summaryrefslogtreecommitdiff
path: root/doc/muxers.texi
diff options
context:
space:
mode:
authorDeti fliegl <fliegl@baycom.de>2014-07-07 21:35:43 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-07-07 22:56:55 +0200
commit8cda23f341bef315ace929d6bd5273a431f5c562 (patch)
tree84654c5d78e22140cde3111548aaa4d2f4f4fe5b /doc/muxers.texi
parent2229a6dfe66fd73126082bdf83c388ee4ea2c879 (diff)
avformat/segment: Support cutting at clocktime
Signed-off-by: Deti fliegl <fliegl@baycom.de> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 da7f186dbc..dc2a08bbef 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -879,6 +879,16 @@ Note that splitting may not be accurate, unless you force the
reference stream key-frames at the given time. See the introductory
notice and the examples below.
+@item segment_atclocktime @var{1|0}
+If set to "1" split at regular clock time intervals starting from 00:00
+o'clock. The @var{time} value specified in @option{segment_time} is
+used for setting the length of the splitting interval.
+
+For example with @option{segment_time} set to "900" this makes it possible
+to create files at 12:00 o'clock, 12:15, 12:30, 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".