[FFmpeg-user] benching with -f null - fails on bluray sample since ffmpeg: init filtergraphs only after we have a frame on each input
Andy Furniss
adf.lists at gmail.com
Fri May 26 19:27:02 EEST 2017
Andy Furniss wrote:
> andy [ffmpeg]$ ./ffmpeg -i ~/br-264-thd71.m2ts -f null -
> Too many packets buffered for output stream 0:1.
> Conversion failed!
With wm4s suggestion to raise max queue size this works.
ffmpeg -i ~/br-264-thd71.m2ts -max_muxing_queue_size 300 -f null -
More information about the ffmpeg-user
mailing list