diff DOCS/xml/en/mencoder.xml @ 21596:f551403d82a9

replace " with ", better readability
author torinthiel
date Thu, 14 Dec 2006 13:49:57 +0000
parents b210a229fbcb
children 8e7fd27dd79c
line wrap: on
line diff
--- a/DOCS/xml/en/mencoder.xml	Wed Dec 13 23:24:29 2006 +0000
+++ b/DOCS/xml/en/mencoder.xml	Thu Dec 14 13:49:57 2006 +0000
@@ -315,7 +315,7 @@
 
 
 <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 @@
 <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 @@
 <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.