Michael Niedermayer <[email protected]> added the comment:

On Fri, Sep 11, 2009 at 08:24:07AM +0000, Fori Pepe wrote:
> I use ffmpeg to capture images from videos.
> 
> If I have a long video, and I need only images from every 100 seconds, I use 
> the
> parameters like this:
> ffmpeg -i Test.wmv -r 0.01 -f image2 foo-%03d.jpeg
> 
> In this case the ffmpeg drop an error message:
> "bitrate tolerance too small for bitrate"

its a feature, not a bug
the tolerance must be raised, it of course could be done more conveniently
as suggested elsewhere, a patch that adds a bitrate_tolerance_factor could
solve this

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

In fact, the RIAA has been known to suggest that students drop out
of college or go to community college in order to be able to afford
settlements. -- The RIAA

----------
status: new -> closed
substatus: new -> invalid

_____________________________________________________
FFmpeg issue tracker <[email protected]>
<https://roundup.ffmpeg.org/roundup/ffmpeg/issue1376>
_____________________________________________________

Reply via email to