Mercurial > mplayer.hg
comparison DOCS/tech/slave.txt @ 13710:d7af73cc38da
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.
author | reimar |
---|---|
date | Wed, 20 Oct 2004 20:07:50 +0000 |
parents | 741649fe31cb |
children | 3995da1d8d68 |
comparison
equal
deleted
inserted
replaced
13709:3bf608c6e34c | 13710:d7af73cc38da |
---|---|
12 seek <value> [<type>] | 12 seek <value> [<type>] |
13 Seek to some place in the movie. | 13 Seek to some place in the movie. |
14 0 is a relative seek of +/- <value> seconds (default). | 14 0 is a relative seek of +/- <value> seconds (default). |
15 1 is a seek to <value> % in the movie. | 15 1 is a seek to <value> % in the movie. |
16 2 is a seek to an absolute position of <value> seconds. | 16 2 is a seek to an absolute position of <value> seconds. |
17 | |
18 speed_set <value> | |
19 Set the speed to <value>. | |
20 | |
21 speed_incr <value> | |
22 Add <value> to the current playback speed. | |
23 | |
24 speed_mult <value> | |
25 Multiply the current speed with <value>. | |
17 | 26 |
18 edl_mark | 27 edl_mark |
19 ??? | 28 ??? |
20 | 29 |
21 audio_delay <value> | 30 audio_delay <value> |