[FFmpeg-devel] [PATCH] doc/ffmpeg: Document frame_drop_threashold

Michael Niedermayer michaelni at gmx.at
Tue Feb 10 23:44:43 CET 2015


On Tue, Feb 10, 2015 at 01:13:40PM -0900, Lou Logan wrote:
> On Tue, 10 Feb 2015 14:10:23 +0100, Michael Niedermayer wrote:
> 
> > Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> > ---
> >  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.
> >  
> > + at 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?

2nd try:

@item -frame_drop_threshold @var{parameter}
Frame drop threshold, which specifies how much behind video frames can be before
they are being dropped. In frame rate units, so 1.0 is one frame. The default is
-1.1. One possible usecase is to avoid framedrops in case of noisy timestamps
or to increase frame drop precission in case of exact timestamps.


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

Dictatorship naturally arises out of democracy, and the most aggravated
form of tyranny and slavery out of the most extreme liberty. -- Plato
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150210/2faf4f70/attachment.asc>


More information about the ffmpeg-devel mailing list