summaryrefslogtreecommitdiffstats
path: root/DOCS/tech
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-20 20:07:50 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-20 20:07:50 +0000
commit9f64599b8f84dd60b53f14ec90bc32af569131f5 (patch)
treeab47a0ab9bdb5bcc262b724f218a9bf6fc82bf74 /DOCS/tech
parentbe629c8fc346783370cf7a968deae5082f7d8feb (diff)
downloadmpv-9f64599b8f84dd60b53f14ec90bc32af569131f5.tar.bz2
mpv-9f64599b8f84dd60b53f14ec90bc32af569131f5.tar.xz
allow changing playback speed during playback.
Based on patch by Steve Mueller (diffusor <at> ugcs (dot) caltech [dot] edu), OSD support by Frank Schertan (scherthan (at) uni-landau <dot> de), several modifications by me. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13711 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech')
-rw-r--r--DOCS/tech/slave.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/DOCS/tech/slave.txt b/DOCS/tech/slave.txt
index 9184f23ae9..c324ae71b5 100644
--- a/DOCS/tech/slave.txt
+++ b/DOCS/tech/slave.txt
@@ -15,6 +15,15 @@ seek <value> [<type>]
1 is a seek to <value> % in the movie.
2 is a seek to an absolute position of <value> seconds.
+speed_set <value>
+ Set the speed to <value>.
+
+speed_incr <value>
+ Add <value> to the current playback speed.
+
+speed_mult <value>
+ Multiply the current speed with <value>.
+
edl_mark
???