allall

Results 76 comments of allall
trafficstars

> This means the ffmpeg process failed (ended with a non-zero exit code). I don't think i can do much with this as the ffmpeg args used look correct. Perhaps...

Some videos can read the information of the video stream through ffprobe, and the videos themselves are normal. However, when batch encoded through ab-av1, an error occurs with an exit...

> Currently I'm not sure there is a way ab-av1 can do this for you, as I'm not sure when a data stream like this is, or is not, supported...

python ```PYTHON cmd = f'ab-av1 auto-encode -i "{old_file}" --preset 5 --svt tune=0 --svt lp=5 --pix-format yuv420p10le --min-vmaf 94' subprocess.run( cmd, shell=True, check=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE, text=True, encoding='utf-8') ``` It report error,...

> The ffmpeg output seems incomplete. It's possible ffmpeg output didn't include the score but i would expect some error output in that case usually. > > Is this happening...

> In that example ffmpeg is complaining about stream 3 > > ``` > Could not find tag for codec none in stream #3, codec not currently supported in container...