summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/en/mencoder.xml
diff options
context:
space:
mode:
authortorinthiel <torinthiel@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-14 13:49:57 +0000
committertorinthiel <torinthiel@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-14 13:49:57 +0000
commit06dfb08e5480d726bc3b56f9945352bf1adca38f (patch)
tree5e79ce1aa6e69745b3f8910f746becc78cc059aa /DOCS/xml/en/mencoder.xml
parent2427b7145965c148e7d5ffda2de34672a92b15de (diff)
downloadmpv-06dfb08e5480d726bc3b56f9945352bf1adca38f.tar.bz2
mpv-06dfb08e5480d726bc3b56f9945352bf1adca38f.tar.xz
replace &quot; with ", better readability
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21612 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/en/mencoder.xml')
-rw-r--r--DOCS/xml/en/mencoder.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/xml/en/mencoder.xml b/DOCS/xml/en/mencoder.xml
index d7459cdd20..1d228ed4a7 100644
--- a/DOCS/xml/en/mencoder.xml
+++ b/DOCS/xml/en/mencoder.xml
@@ -315,7 +315,7 @@ DVB input works similarly.
<sect1 id="menc-feat-mpeg4">
-<title>Encoding two pass MPEG-4 (&quot;DivX&quot;)</title>
+<title>Encoding two pass MPEG-4 ("DivX")</title>
<para>
The name comes from the fact that this method encodes the file
@@ -333,7 +333,7 @@ net.
<example id="copy_audio_track">
<title>copy audio track</title>
<para>
-Two pass encode of the second track a DVD to an MPEG-4 (&quot;DivX&quot;)
+Two pass encode of the second track a DVD to an MPEG-4 ("DivX")
AVI while copying the audio track.
<screen>
mencoder dvd://2 -ovc lavc -lavcopts vcodec=mpeg4:vpass=1 -oac copy -o /dev/null
@@ -346,7 +346,7 @@ mencoder dvd://2 -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell:vpass=2 \
<example id="encode_audio_track">
<title>encode audio track</title>
<para>
-Two pass encode of a DVD to an MPEG-4 (&quot;DivX&quot;) AVI while encoding
+Two pass encode of a DVD to an MPEG-4 ("DivX") AVI while encoding
the audio track to MP3.
Be careful using this method as it may lead to audio/video desync in
some cases.