diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-03-18 23:08:56 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-03-18 23:09:26 +0100 |
commit | aafbfb1c2ea2fe238e8cb50702805e4fdb1a2d78 (patch) | |
tree | aaadbb9bd6e951b62d6bd05694eb47298311b88c /doc/ffmpeg-formats.texi | |
parent | 4b35be3251d9dd3b9c2b86ebf8ff482ac9f5b547 (diff) | |
download | ffmpeg-aafbfb1c2ea2fe238e8cb50702805e4fdb1a2d78.tar.gz |
doc: try to improve avoid_negative_ts documentation
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/ffmpeg-formats.texi')
-rw-r--r-- | doc/ffmpeg-formats.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ffmpeg-formats.texi b/doc/ffmpeg-formats.texi index 30cf415d14..381e3256ad 100644 --- a/doc/ffmpeg-formats.texi +++ b/doc/ffmpeg-formats.texi @@ -142,6 +142,10 @@ Use wallclock as timestamps. @item avoid_negative_ts @var{integer} (@emph{output}) Shift timestamps to make them positive. 1 enables, 0 disables, default of -1 enables when required by target format. +When timestamps are shifted, all timestamps of a output file are shifted +together by the same amount. AV sync, subtitle sync and relative timestamp +differences are preserved compared to how they would have been without +shifting. @end table @c man end FORMAT OPTIONS |