summaryrefslogtreecommitdiff
path: root/doc/muxers.texi
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2020-05-07 21:49:47 +0200
committerMarton Balint <cus@passwd.hu>2020-06-09 00:57:30 +0200
commit81975cd24b043c853d5eeacbb2692a3a6f966034 (patch)
tree44482fc6be2fcdf144ffa168b71b289462ae93b6 /doc/muxers.texi
parentcdac618c9b029fab047f54b2c0638c4d3290c981 (diff)
downloadffmpeg-81975cd24b043c853d5eeacbb2692a3a6f966034.tar.gz
avformat/fifo: add timeshift option to delay output
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r--doc/muxers.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi
index c598abbe66..d6f9de3702 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -2275,6 +2275,11 @@ certain (usually permanent) errors the recovery is not attempted even when
Specify whether to wait for the keyframe after recovering from
queue overflow or failure. This option is set to 0 (false) by default.
+@item timeshift @var{duration}
+Buffer the specified amount of packets and delay writing the output. Note that
+@var{queue_size} must be big enough to store the packets for timeshift. At the
+end of the input the fifo buffer is flushed at realtime speed.
+
@end table
@subsection Examples