[FFmpeg-user] question about "Buffering several frames is not supported. Please consume all available frames before adding a new one."

Nicolas George nicolas.george at normalesup.org
Fri Apr 1 17:10:58 CEST 2011


Le duodi 12 germinal, an CCXIX, Stefano Sabatini a écrit :
> Can you share the sample (and possibly file a bug-report)? That would
> help.

It's just the way output-based seeking (-ss after -i rather than before) is
implemented: the frames are decoded but not encoded. Obviously, now that
there are filters, they are fed to the input of the filter chain but not
taken out.

Any sample with video should show the problem. Even -f rawvideo -s 42x42
/dev/zero does, as long as there is a -ss after the -i.

Regards,

-- 
  Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-user/attachments/20110401/1d33a953/attachment-0001.asc>


More information about the ffmpeg-user mailing list