summaryrefslogtreecommitdiff
path: root/doc/muxers.texi
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2016-01-13 01:44:36 +0100
committerMarton Balint <cus@passwd.hu>2016-01-28 21:35:37 +0100
commit1036a1b8a31d879d773922f9e24ebe310bb573e1 (patch)
tree5d4f2f0ad9ddc16032e6a948947533430b425444 /doc/muxers.texi
parentb340bd8a58c32453172404a8e4240e3317e341da (diff)
lavf/segment: add support for specifying clock time offset
Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r--doc/muxers.texi10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi
index a308d3d7c1..ed806d3706 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -1100,6 +1100,16 @@ to create files at 12:00 o'clock, 12:15, 12:30, etc.
Default value is "0".
+@item segment_clocktime_offset @var{duration}
+Delay the segment splitting times with the specified duration when using
+@option{segment_atclocktime}.
+
+For example with @option{segment_time} set to "900" and
+@option{segment_clocktime_offset} set to "300" this makes it possible to
+create files at 12:05, 12:20, 12:35, etc.
+
+Default value is "0".
+
@item segment_time_delta @var{delta}
Specify the accuracy time when selecting the start time for a
segment, expressed as a duration specification. Default value is "0".