From 2ae16b05d62f50ba3719af3c279db1109240a74b Mon Sep 17 00:00:00 2001 From: Davy Durham Date: Tue, 2 May 2023 13:35:34 +0200 Subject: fftools/ffmpeg: add ability to set a input burst time before readrate is enforced Signed-off-by: Anton Khirnov --- doc/ffmpeg.texi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 0fea0bacb1..a12700e2f3 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -1708,6 +1708,9 @@ it may cause packet loss. It is useful for when flow speed of output packets is important, such as live streaming. @item -re (@emph{input}) Read input at native frame rate. This is equivalent to setting @code{-readrate 1}. +@item -readrate_initial_burst @var{seconds} +Set an initial read burst time, in seconds, after which @option{-re/-readrate} +will be enforced. @item -vsync @var{parameter} (@emph{global}) @itemx -fps_mode[:@var{stream_specifier}] @var{parameter} (@emph{output,per-stream}) Set video sync method / framerate mode. vsync is applied to all output video streams -- cgit v1.2.1