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

Lou Logan lou at lrcd.com
Tue Feb 10 23:13:40 CET 2015


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?


More information about the ffmpeg-devel mailing list