-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hi, i'm trying this program to encode in parallel but any python version trow a error, maybe my command line options have problem or no, so here it is
av1transcoder E:\PB[S01E01].m2ts --dump-commands=yes --outputdir=/users/administrator/desktop/tmp --temp-dir=/users/administrator/desktop/tmp -k --global-parameters="init_hw_device cuda -c:v h264_cuvid" --encoder-parameters="-pix_fmt yuv420p10le -cpu-used 0 -crf 25 -frame-parallel 0 -threads 1 -auto-alt-ref 1 -lag-in-frames 25 -enable-cdef 1-enable-global-motion 1 -enable-intrabc 1" --ffmpeg ffmpeg.exe --ffprobe ffprobe.exe --ffmpeg-base "/encbin"
File "c:\program files\python37\lib\site-packages\av1transcoder\input_file.py"
, line 97, in _parse_time_base
first, second = map(int, node_content.split("/"))
AttributeError: 'NoneType' object has no attribute 'split'
Regards