[FFmpeg-devel] [FFmpeg-cvslog] lavfi: make filter_frame non-recursive.

Nicolas George george at nsup.org
Wed Dec 21 12:04:40 EET 2016


Le decadi 30 frimaire, an CCXXV, Michael Niedermayer a écrit :
> > ./ffmpeg -i ~/tickets/860/jpeg2000.mov -vframes 3  -vcodec huffyuv -y test.avi

> can some bitexact flag be used to eliminate these (admitably) rare
> cases ?

The obvious answer would be: use -t instead of -vframes, it is already
bit-exact.

To make -vrames bit-exact, it would require ordering the frames in the
various streams by timestamp, like you did to make -shortest work. I do
not think it is worth it: -t is good.

Regards,

-- 
  Nicolas George


More information about the ffmpeg-devel mailing list