summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-11-10 21:56:08 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-11-10 21:56:08 +0000
commitd0f85146baaba44f77c00e33e75d615c6c5e7f3d (patch)
treee11d9ad70b4b21bf50a26accefb4f6c3f09e245b /DOCS
parenta93b654f79edd23b9232b2646cf86182eda4d0b1 (diff)
downloadmpv-d0f85146baaba44f77c00e33e75d615c6c5e7f3d.tar.bz2
mpv-d0f85146baaba44f77c00e33e75d615c6c5e7f3d.tar.xz
wording/grammar/spelling/formatting
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25017 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/video.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/DOCS/xml/en/video.xml b/DOCS/xml/en/video.xml
index 707ff389a8..b53f4877c7 100644
--- a/DOCS/xml/en/video.xml
+++ b/DOCS/xml/en/video.xml
@@ -1923,24 +1923,24 @@ To change channels press the <keycap>h</keycap> (next) and
</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
&amp; 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>