summaryrefslogtreecommitdiffstats
path: root/etc/input.conf
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 /etc/input.conf
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 'etc/input.conf')
-rw-r--r--etc/input.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/input.conf b/etc/input.conf
index 092a408fd1..4cde2d2bab 100644
--- a/etc/input.conf
+++ b/etc/input.conf
@@ -15,6 +15,11 @@ PGUP seek 600
PGDWN seek -600
- audio_delay 0.100
+ audio_delay -0.100
+[ speed_mult 0.9091 # scale playback speed
+] speed_mult 1.1
+{ speed_mult 0.5
+} speed_mult 2.0
+BS speed_set 1.0 # reset speed to normal
q quit
ESC quit
ENTER pt_step 1 1