diff options
author | Vivek Jain <viveksjain@gmail.com> | 2013-12-16 22:55:36 +0800 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2013-12-16 20:07:50 +0100 |
commit | 908dfa7949fb7666ac84513189448d96ea0e4be4 (patch) | |
tree | baf56a27595a30350e066797ed3b75e214c7e89a /DOCS/man | |
parent | e51808ea22f80a23f66db41971456b552c8a93f3 (diff) | |
download | mpv-908dfa7949fb7666ac84513189448d96ea0e4be4.tar.bz2 mpv-908dfa7949fb7666ac84513189448d96ea0e4be4.tar.xz |
command: scale osd’s time remaining by the current speed
Signed-off-by: wm4 <wm4@nowhere>
Diffstat (limited to 'DOCS/man')
-rw-r--r-- | DOCS/man/en/input.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/DOCS/man/en/input.rst b/DOCS/man/en/input.rst index 273a0dae7c..7d41c08ca2 100644 --- a/DOCS/man/en/input.rst +++ b/DOCS/man/en/input.rst @@ -534,6 +534,7 @@ Name W Comment ``ratio-pos`` x position in current file (0.0-1.0) ``time-pos`` x position in current file in seconds ``time-remaining`` estimated remaining length of the file in seconds +``playtime-remaining`` ``time-remaining`` scaled by the the current ``speed`` ``chapter`` x current chapter number ``edition`` x current MKV edition number ``titles`` number of DVD titles |