diff DOCS/xml/en/encoding-guide.xml @ 21596:f551403d82a9

replace " with ", better readability
author torinthiel
date Thu, 14 Dec 2006 13:49:57 +0000
parents f746c28a324c
children acee29a43313
line wrap: on
line diff
--- a/DOCS/xml/en/encoding-guide.xml	Wed Dec 13 23:24:29 2006 +0000
+++ b/DOCS/xml/en/encoding-guide.xml	Thu Dec 14 13:49:57 2006 +0000
@@ -4,14 +4,14 @@
 <title>Encoding with <application>MEncoder</application></title>
 
 <sect1 id="menc-feat-dvd-mpeg4">
-<title>Making a high quality MPEG-4 (&quot;DivX&quot;)
+<title>Making a high quality MPEG-4 ("DivX")
   rip of a DVD movie</title>
 
 <para>
-One frequently asked question is &quot;How do I make the highest quality rip
-for a given size?&quot;. Another question is &quot;How do I make the highest
+One frequently asked question is "How do I make the highest quality rip
+for a given size?". Another question is "How do I make the highest
 quality DVD rip possible? I do not care about file size, I just want the best
-quality.&quot;
+quality."
 </para>
 
 <para>
@@ -1930,7 +1930,7 @@
 demux_mpg: 24000/1001 fps progressive NTSC content detected, switching framerate.
 </screen>
 From this point forward, demux_mpg should never say it finds
-&quot;30000/1001 fps NTSC content.&quot;
+"30000/1001 fps NTSC content."
 </para>
 
 <para>
@@ -1953,7 +1953,7 @@
 
 <para>
 Sometimes progressive video on DVDs is referred to as
-&quot;soft-telecine&quot; because it is intended to
+"soft-telecine" because it is intended to
 be telecined by the DVD player.
 </para>
 </sect3>
@@ -1974,7 +1974,7 @@
 
 <para>
 Watching a telecined video, you will see interlacing artifacts that
-seem to &quot;blink&quot;: they repeatedly appear and disappear.
+seem to "blink": they repeatedly appear and disappear.
 You can look closely at this by
 <orderedlist>
 <listitem><screen>mplayer dvd://1</screen></listitem>
@@ -1998,7 +1998,7 @@
 
 <para>
 Sometimes telecined video on DVDs is referred to as
-&quot;hard-telecine&quot;. Since hard-telecine is already 60000/1001 fields
+"hard-telecine". Since hard-telecine is already 60000/1001 fields
 per second, the DVD player plays the video without any manipulation.
 </para>
 
@@ -2023,7 +2023,7 @@
 <para>
 Interlaced video was originally filmed at 60000/1001 fields per second,
 and stored on the DVD as 30000/1001 frames per second. The interlacing effect
-(often called &quot;combing&quot;) is a result of combining pairs of
+(often called "combing") is a result of combining pairs of
 fields into frames. Each field is supposed to be 1/(60000/1001) seconds apart,
 and when they are displayed simultaneously the difference is apparent.
 </para>
@@ -2044,19 +2044,19 @@
 <title>Mixed progressive and telecine</title>
 
 <para>
-All of a &quot;mixed progressive and telecine&quot; video was originally
+All of a "mixed progressive and telecine" video was originally
 24000/1001 frames per second, but some parts of it ended up being telecined.
 </para>
 
 <para>
 When <application>MPlayer</application> plays this category, it will
-(often repeatedly) switch back and forth between &quot;30000/1001 fps NTSC&quot;
-and &quot;24000/1001 fps progressive NTSC&quot;. Watch the bottom of
+(often repeatedly) switch back and forth between "30000/1001 fps NTSC"
+and "24000/1001 fps progressive NTSC". Watch the bottom of
 <application>MPlayer</application>'s output to see these messages.
 </para>
 
 <para>
-You should check the &quot;30000/1001 fps NTSC&quot; sections to make sure
+You should check the "30000/1001 fps NTSC" sections to make sure
 they are actually telecine, and not just interlaced.
 </para>
 </sect3>
@@ -2066,12 +2066,12 @@
 <title>Mixed progressive and interlaced</title>
 
 <para>
-In &quot;mixed progressive and interlaced&quot; content, progressive
+In "mixed progressive and interlaced" content, progressive
 and interlaced video have been spliced together.
 </para>
 
 <para>
-This category looks just like &quot;mixed progressive and telecine&quot;,
+This category looks just like "mixed progressive and telecine",
 until you examine the 30000/1001 fps sections and see that they do not have the
 telecine pattern.
 </para>
@@ -2134,7 +2134,7 @@
 For most practical cases it is not possible to retrieve a complete
 progressive video from interlaced content. The only way to do so
 without losing half of the vertical resolution is to double the
-framerate and try to &quot;guess&quot; what ought to make up the
+framerate and try to "guess" what ought to make up the
 corresponding lines for each field (this has drawbacks - see method 3).
 </para>
 
@@ -2156,7 +2156,7 @@
   these filters available to choose from, each with its own advantages
   and disadvantages. Consult <option>mplayer -pphelp</option> and
   <option>mplayer -vf help</option> to see what is available
-  (grep for &quot;deint&quot;), read Michael's Niedermayer
+  (grep for "deint"), read Michael's Niedermayer
   <ulink url="http://guru.multimedia.cx/deinterlacing-filters/">Deinterlacing filters comparison</ulink>,
   and search the
   <ulink url="http://www.mplayerhq.hu/design7/mailing_lists.html">
@@ -2236,7 +2236,7 @@
   else <application>MEncoder</application> will crash.
   <option>pullup</option> is, however, the cleanest and most
   accurate method available for encoding both telecine and
-  &quot;mixed progressive and telecine&quot;.
+  "mixed progressive and telecine".
   <screen>
 mencoder dvd://1 -oac copy -vf pullup,softskip 
     -ovc lavc -ofps 24000/1001<!--
@@ -2297,7 +2297,7 @@
   second video, they will be telecined along with the progressive
   frames. Half of the interlaced "frames" will be displayed for three
   fields' duration (3/(60000/1001) seconds), resulting in a flicking
-  &quot;jump back in time&quot; effect that looks quite bad. If you
+  "jump back in time" effect that looks quite bad. If you
   even attempt this, you <emphasis role="bold">must</emphasis> use a
   deinterlacing filter like <option>lb</option> or
   <option>l5</option>.
@@ -2342,7 +2342,7 @@
   <title>About cropping:</title>
   <para>
   Video data on DVDs are stored in a format called YUV 4:2:0. In YUV
-  video, luma (&quot;brightness&quot;) and chroma (&quot;color&quot;)
+  video, luma ("brightness") and chroma ("color")
   are stored separately. Because the human eye is somewhat less
   sensitive to color than it is to brightness, in a YUV 4:2:0 picture
   there is only one chroma pixel for every four luma pixels. In a
@@ -2824,7 +2824,7 @@
 </para>
 
 <para>
-The <emphasis role="bold">KVCD &quot;Notch&quot; Quantization Matrix:</emphasis>
+The <emphasis role="bold">KVCD "Notch" Quantization Matrix:</emphasis>
 </para>
 
 <para>
@@ -3597,10 +3597,10 @@
 you only have to decide whether you think the quality differences
 justify the speed differences. For the second class of options,
 preferences may be far more subjective, and more factors may be
-involved. Note that some of the &quot;personal preferences and special
-requirements&quot; options can still have large impacts on speed or quality,
+involved. Note that some of the "personal preferences and special
+requirements" options can still have large impacts on speed or quality,
 but that is not what they are primarily useful for. A couple of the
-&quot;personal preference&quot; options may even cause changes that look better
+"personal preference" options may even cause changes that look better
 to some people, but look worse to others.
 </para>