mirror of https://github.com/mpv-player/mpv
better description for -correct-pts
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20620 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
593e642133
commit
6ac83a2e93
|
@ -741,9 +741,13 @@ drivers.
|
|||
.
|
||||
.TP
|
||||
.B \-correct-pts (experimental)
|
||||
Switches mplayer to an experimental mode where the video filters decide
|
||||
the presentation timestamp of video frames instead of the video source.
|
||||
Not supported by most filters.
|
||||
Switches mplayer to an experimental mode where timestamps for video frames
|
||||
are calculated differently and video filters which add new frames or
|
||||
modify timestamps of existing ones are supported.
|
||||
The more accurate timestamps can be visible for example when playing
|
||||
subtitles timed to scene changes with the -ass aption.
|
||||
Without -correct-pts the subtitle timing will typically be off by some frames.
|
||||
This option does not work correctly with some demuxers and codecs.
|
||||
.
|
||||
.TP
|
||||
.B \-crash-debug (DEBUG CODE)
|
||||
|
|
Loading…
Reference in New Issue