Commit aafbfb1c authored by Michael Niedermayer's avatar Michael Niedermayer

doc: try to improve avoid_negative_ts documentation

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 4b35be32
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment