diff options
author | uau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-03 05:14:37 +0000 |
---|---|---|
committer | uau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-03 05:14:37 +0000 |
commit | 6ac83a2e93ac5cec9dd4501b322577b5d483974d (patch) | |
tree | 1a367d36257eedb4e96956ccaa9e2381ad4882e4 /DOCS/man | |
parent | 593e64213360bea9416b6ebfac9a81886b91bbd3 (diff) |
better description for -correct-pts
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20620 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/man')
-rw-r--r-- | DOCS/man/en/mplayer.1 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index e803295c26..db0eefe9a2 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -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) |