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 <michae...@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. > > > > +@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
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel