[MPlayer-DOCS] CVS: main/DOCS/xml/en usage.xml,1.19,1.20

Reimar Döffinger CVS syncmail at mplayerhq.hu
Wed Oct 20 22:07:51 CEST 2004


CVS change done by Reimar Döffinger CVS

Update of /cvsroot/mplayer/main/DOCS/xml/en
In directory mail:/var2/tmp/cvs-serv21385/DOCS/xml/en

Modified Files:
	usage.xml 
Log Message:
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.


Index: usage.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/usage.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- usage.xml	16 Jul 2004 17:14:57 -0000	1.19
+++ usage.xml	20 Oct 2004 20:07:49 -0000	1.20
@@ -221,6 +221,18 @@
   Type <literal>0</literal> is a relative seek of +/- val seconds.
   Type <literal>1</literal> seek to val % in the movie.
   </para></listitem>
+<listitem><para><literal>speed_mult</literal> (float) val</para>
+  <para>
+  Multiply the current speed with val.
+  </para></listitem>
+<listitem><para><literal>speed_incr</literal> (float) val</para>
+  <para>
+  Add val to the current playback speed.
+  </para></listitem>
+<listitem><para><literal>speed_set</literal> (float) val</para>
+  <para>
+  Set the speed to val.
+  </para></listitem>
 <listitem><para><literal>audio_delay</literal> (float) val</para>
   <para>
   Adjust the audio delay of val seconds




More information about the MPlayer-DOCS mailing list