diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-12-09 18:21:00 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-12-13 21:38:43 +0100 |
commit | ddf6131a0ab9bf8aa4c5b8702509506d94a6f7b7 (patch) | |
tree | 58ed4d9d4a554df3b730e44e7ab514bcd256e301 /doc/muxers.texi | |
parent | d93d03a4921e039ac697942e9f392d1607c7e269 (diff) | |
download | ffmpeg-ddf6131a0ab9bf8aa4c5b8702509506d94a6f7b7.tar.gz |
lavf/segment: add segment_start_number option
Consistent with the image2 muxer.
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r-- | doc/muxers.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index 8ccd9cc8fe..25cf565414 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -602,6 +602,9 @@ separated duration specifications, in increasing order. @item segment_wrap @var{limit} Wrap around segment index once it reaches @var{limit}. +@item segment_start_number @var{number} +Set the sequence number of the first segment. Defaults to @code{0}. + @item reset_timestamps @var{1|0} Reset timestamps at the begin of each segment, so that each segment will start with near-zero timestamps. It is meant to ease the playback |