summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-07-26 02:06:58 +0200
committerwm4 <wm4@nowhere>2013-07-26 02:11:34 +0200
commit3bddc16431f8d2e22b03154465e9c62bafd328f3 (patch)
tree75711353b4124a6b9efea3e75ccb882981865112 /DOCS
parentfb67770ed697ed4898f9019640bb389f2f6f588e (diff)
downloadmpv-3bddc16431f8d2e22b03154465e9c62bafd328f3.tar.bz2
mpv-3bddc16431f8d2e22b03154465e9c62bafd328f3.tar.xz
options: simplify --correct-pts handling
Remove the (now unused) code for determining correct-pts mode based on the demuxer in use. Change its description in the manpage to reflect what this option does now.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/options.rst13
1 files changed, 6 insertions, 7 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index 975139fdd9..7f5faa88fb 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -547,13 +547,12 @@
format.
``--correct-pts``, ``--no-correct-pts``
- Switches mpv to a mode where timestamps for video frames are calculated
- differently and video filters which add new frames or modify timestamps of
- existing ones are supported. Now enabled automatically for most common file
- formats. The more accurate timestamps can be visible for example when
- playing subtitles timed to scene changes with the ``--ass`` option. Without
- ``--correct-pts``, the subtitle timing will typically be off by some frames.
- This option does not work correctly with some demuxers and codecs.
+ ``--no-correct-pts`` switches mpv to a mode where video timing is
+ determined using a fixed framerate value (either using the ``--fps``
+ option, or using file information). Sometimes, files with very broken
+ timestamps can be played somewhat well in this mode. Note that video
+ filters, subtitle rendering and audio synchronization can be completely
+ broken in this mode.
``--cursor-autohide=<number|no|always>``
Make mouse cursor automatically hide after given number of milliseconds.