diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-07-05 14:28:38 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-07-11 00:36:24 +0200 |
commit | 19ea08a11a8ea31797b509bf66a06c2f9e463d60 (patch) | |
tree | 793e7dfe1626dca99527ccd5e953921600397aad /doc | |
parent | b3ac8a2a606c65157151a08860cc62128c415682 (diff) | |
download | ffmpeg-19ea08a11a8ea31797b509bf66a06c2f9e463d60.tar.gz |
lavf/segment: add initial_offset option
Should address trac ticket #2224.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/muxers.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index 3f013516b1..b0dc7e6442 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -741,6 +741,10 @@ 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 of the generated segments. May not work with some combinations of muxers/codecs. It is set to @code{0} by default. + +@item initial_offset @var{offset} +Specify timestamp offset to apply to the output packet timestamps. The +argument must be a time duration specification, and defaults to 0. @end table @subsection Examples |