[MPlayer-DOCS] r25017 - trunk/DOCS/xml/en/video.xml
diego
subversion at mplayerhq.hu
Sat Nov 10 22:56:08 CET 2007
Author: diego
Date: Sat Nov 10 22:56:08 2007
New Revision: 25017
Log:
wording/grammar/spelling/formatting
Modified:
trunk/DOCS/xml/en/video.xml
Modified: trunk/DOCS/xml/en/video.xml
==============================================================================
--- trunk/DOCS/xml/en/video.xml (original)
+++ trunk/DOCS/xml/en/video.xml Sat Nov 10 22:56:08 2007
@@ -1923,24 +1923,24 @@ To change channels press the <keycap>h</
</para>
<para>
-To temporarily disable the audio or the video stream copy to
-<filename>~/.mplayer/input.conf</filename> the following rows:
+To temporarily disable the audio or the video stream copy the
+following to <filename>~/.mplayer/input.conf</filename>:
<screen>
-% set_property switch_video -2
+% set_property switch_video -2
& step_property switch_video
-? set_property switch_audio -2
+? set_property switch_audio -2
^ step_property switch_audio
</screen>
-(overriding the action keys as preferred); when pressing the key
+(Overriding the action keys as preferred.) When pressing the key
corresponding to switch_x -2 the associated stream will be closed;
-when pressing the key relative to step_x the stream will be reopened.
-Notice that this switching mechanism won't work as expected when there
+when pressing the key corresponding to step_x the stream will be reopened.
+Notice that this switching mechanism will not work as expected when there
are multiple audio and video streams in the multiplex.
</para>
<para>
During playback (not during recording), in order to prevent stuttering
-and error messages such as 'Your system is too slow' it's advisable to add
+and error messages such as 'Your system is too slow' it is advisable to add
<screen>
-mc 10 -speed 0.97 -af scaletempo
</screen>
More information about the MPlayer-DOCS
mailing list