summaryrefslogtreecommitdiffstats
path: root/DOCS/man/input.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-09-01 20:01:02 +0200
committerwm4 <wm4@nowhere>2016-09-01 20:01:02 +0200
commite4e1dc3c79e192d6c4476a2b52f9ca890385d433 (patch)
treeec186a82e903bc29b9b269d7d13dacc7bac12e36 /DOCS/man/input.rst
parentd32bee5f019f2c51839df16b7c7955dc33651cbe (diff)
downloadmpv-e4e1dc3c79e192d6c4476a2b52f9ca890385d433.tar.bz2
mpv-e4e1dc3c79e192d6c4476a2b52f9ca890385d433.tar.xz
command: rename/deprecate some conflicting property names
These conflict with options of the same name, and prevent a "full" unification. Not addressed is the "cache" property, and possibly a few properties that behave differently from their equivalent options.
Diffstat (limited to 'DOCS/man/input.rst')
-rw-r--r--DOCS/man/input.rst12
1 files changed, 9 insertions, 3 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index fbc7c8faa3..defe6166bd 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -903,9 +903,11 @@ Property list
list of format names, e.g. mp4 is ``mov,mp4,m4a,3gp,3g2,mj2`` (the list
may grow in the future for any format).
-``demuxer``
+``current-demuxer``
Name of the current demuxer. (This is useless.)
+ (Renamed from ``demuxer``.)
+
``stream-path``
Filename (full path) of the stream layer filename. (This is probably
useless. It looks like this can be different from ``path`` only when
@@ -1142,10 +1144,12 @@ Property list
``af-metadata/<filter-label>``
Equivalent to ``vf-metadata/<filter-label>``, but for audio filters.
-``idle``
+``idle-active``
Return ``yes`` if no file is loaded, but the player is staying around
because of the ``--idle`` option.
+ (Renamed from ``idle``.)
+
``core-idle``
Return ``yes`` if the playback core is paused, otherwise ``no``. This can
be different ``pause`` in special situations, such as when the player
@@ -1467,10 +1471,12 @@ Property list
``video-frame-info/tff``
``video-frame-info/repeat``
-``fps``
+``container-fps``
Container FPS. This can easily contain bogus values. For videos that use
modern container formats or video codecs, this will often be incorrect.
+ (Renamed from ``fps``.)
+
``estimated-vf-fps``
Estimated/measured FPS of the video filter chain output. (If no filters
are used, this corresponds to decoder output.) This uses the average of