forked from FFmpeg/FFmpeg
doc: try to improve avoid_negative_ts documentation
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
4b35be3251
commit
aafbfb1c2e
1 changed files with 4 additions and 0 deletions
|
@ -142,6 +142,10 @@ Use wallclock as timestamps.
|
||||||
@item avoid_negative_ts @var{integer} (@emph{output})
|
@item avoid_negative_ts @var{integer} (@emph{output})
|
||||||
Shift timestamps to make them positive. 1 enables, 0 disables, default
|
Shift timestamps to make them positive. 1 enables, 0 disables, default
|
||||||
of -1 enables when required by target format.
|
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
|
@end table
|
||||||
|
|
||||||
@c man end FORMAT OPTIONS
|
@c man end FORMAT OPTIONS
|
||||||
|
|
Loading…
Add table
Reference in a new issue