summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorDavid Weber <weber.aulendorf@yahoo.de>2014-04-12 20:26:28 +0200
committerwm4 <wm4@nowhere>2014-04-13 12:32:14 +0200
commit750de181d7ef163090b46d4ee0abb1db90e2e391 (patch)
tree65c351c47ae4ea1edfd06ac925e07d505f51eccd /DOCS
parent7ded55f6676a7a96981341ae48f9ac6198a418a6 (diff)
downloadmpv-750de181d7ef163090b46d4ee0abb1db90e2e391.tar.bz2
mpv-750de181d7ef163090b46d4ee0abb1db90e2e391.tar.xz
command: add paused-for-cache, total-avsync-change, drop-frame-count properties
This is needed if you want to reimplement the status line in lua I could only test drop-frame-count because I didn't find an easy way to trigger paused-for-cache and total-avsync-change Signed-off-by: wm4 <wm4@nowhere>
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/input.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/DOCS/man/en/input.rst b/DOCS/man/en/input.rst
index 2672d3c6af..f6a0f04833 100644
--- a/DOCS/man/en/input.rst
+++ b/DOCS/man/en/input.rst
@@ -602,6 +602,14 @@ Property list
Last A/V synchronization difference. Unavailable if audio or video is
disabled.
+``total-avsync-change``
+ Total A-V sync correction done. Unavailable if audio or video is
+ disabled.
+
+``drop-frame-count``
+ Frames dropped because they arrived to late. Unavailable if video
+ is disabled
+
``percent-pos`` (RW)
Position in current file (0-100). The advantage over using this instead of
calculating it out of other properties is that it properly falls back to
@@ -750,6 +758,9 @@ Property list
Don't use this when playing DVD or Bluray.
+``paused-for-cache``
+ Returns ``yes`` when playback is paused because of waiting for the cache.
+
``pts-association-mode`` (RW)
See ``--pts-association-mode``.