summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-10-15 09:36:56 -0500
committerDudemanguy <random342@airmail.cc>2023-10-25 16:16:37 +0000
commit7aed492ccc48fd32084d7dfe65a50b5b90d8411a (patch)
tree3361dcf55e770918e1f1646ab4d4db172a678833 /DOCS/man/options.rst
parentdac977193cccbf7e2e999cf0c4b0292314839c4c (diff)
downloadmpv-7aed492ccc48fd32084d7dfe65a50b5b90d8411a.tar.bz2
mpv-7aed492ccc48fd32084d7dfe65a50b5b90d8411a.tar.xz
options: rename --fps to --container-fps-override
This better reflects what it actually does. As a bonus, script writers won't be misled into thinking that fps displays the actual video or display fps.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 5d89bcb77c..b3c83de4da 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -1625,13 +1625,13 @@ Video
``--correct-pts``, ``--no-correct-pts``
``--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, seeking (including hr-seeks and backstepping),
- and audio synchronization can be completely broken in this mode.
+ determined using a fixed framerate value (either using the
+ ``--container-fps-override`` 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, seeking (including hr-seeks and
+ backstepping), and audio synchronization can be completely broken in this mode.
-``--fps=<float>``
+``--container-fps-override=<float>``
Override video framerate. Useful if the original value is wrong or missing.
.. note::