On Tue, 10 Feb 2015 14:10:23 +0100, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer <[email protected]> > --- > doc/ffmpeg.texi | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi > index 396c623..d36d56d 100644 > --- a/doc/ffmpeg.texi > +++ b/doc/ffmpeg.texi > @@ -994,6 +994,10 @@ With -map you can select from which stream the > timestamps should be > taken. You can leave either video or audio unchanged and sync the > remaining stream(s) to the unchanged one. > > +@item -frame_drop_threshold @var{parameter} > +Frame drop threshold, which specifies how much behind video frames can be > before > +they are being dropped.
This doesn't pass FITE (FFmpeg Idiot Testing Environment) [the idiot being me]. The description doesn't really tell me more than what I can infer from the option name. Whats the unit? Is there a default? A range? What is the use case for this option? _______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
