From 3bddc16431f8d2e22b03154465e9c62bafd328f3 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 26 Jul 2013 02:06:58 +0200 Subject: 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. --- DOCS/man/en/options.rst | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'DOCS') 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=`` Make mouse cursor automatically hide after given number of milliseconds. -- cgit v1.2.3