# HG changeset patch
# User torinthiel
# Date 1166104197 0
# Node ID f551403d82a9bb0079da038a5cc692568121cb23
# Parent 5815f5c6d3703fb6f3d0b4cddf11ba234d00a94b
replace " with ", better readability
diff -r 5815f5c6d370 -r f551403d82a9 DOCS/xml/en/bugreports.xml
--- a/DOCS/xml/en/bugreports.xml Wed Dec 13 23:24:29 2006 +0000
+++ b/DOCS/xml/en/bugreports.xml Thu Dec 14 13:49:57 2006 +0000
@@ -286,7 +286,7 @@
X colour depth:
- xdpyinfo | grep "depth of root"
+ xdpyinfo | grep "depth of root"
diff -r 5815f5c6d370 -r f551403d82a9 DOCS/xml/en/cd-dvd.xml
--- a/DOCS/xml/en/cd-dvd.xml Wed Dec 13 23:24:29 2006 +0000
+++ b/DOCS/xml/en/cd-dvd.xml Thu Dec 14 13:49:57 2006 +0000
@@ -63,7 +63,7 @@
Please refer to
-"/proc/ide/[cdrom device]/settings"
+"/proc/ide/[cdrom device]/settings"
for fine-tuning your CD-ROM.
diff -r 5815f5c6d370 -r f551403d82a9 DOCS/xml/en/codecs.xml
--- a/DOCS/xml/en/codecs.xml Wed Dec 13 23:24:29 2006 +0000
+++ b/DOCS/xml/en/codecs.xml Thu Dec 14 13:49:57 2006 +0000
@@ -598,7 +598,7 @@
On Windows NT/2000/XP search for this info in the registry,
-e.g. search for "VIDC.HFYU". To find out how to do this, look at
+e.g. search for "VIDC.HFYU". To find out how to do this, look at
the old DirectShow method below.
diff -r 5815f5c6d370 -r f551403d82a9 DOCS/xml/en/containers.xml
--- a/DOCS/xml/en/containers.xml Wed Dec 13 23:24:29 2006 +0000
+++ b/DOCS/xml/en/containers.xml Thu Dec 14 13:49:57 2006 +0000
@@ -336,7 +336,7 @@
SDP is an
IETF standard format for describing video and/or audio RTP streams.
-(The "LIVE555 Streaming Media"
+(The "LIVE555 Streaming Media"
are required.)
diff -r 5815f5c6d370 -r f551403d82a9 DOCS/xml/en/encoding-guide.xml
--- 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 @@
Encoding with MEncoder
-Making a high quality MPEG-4 ("DivX")
+Making a high quality MPEG-4 ("DivX")
rip of a DVD movie
-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
+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."
+quality."
@@ -1930,7 +1930,7 @@
demux_mpg: 24000/1001 fps progressive NTSC content detected, switching framerate.
From this point forward, demux_mpg should never say it finds
-"30000/1001 fps NTSC content."
+"30000/1001 fps NTSC content."
@@ -1953,7 +1953,7 @@
Sometimes progressive video on DVDs is referred to as
-"soft-telecine" because it is intended to
+"soft-telecine" because it is intended to
be telecined by the DVD player.
@@ -1974,7 +1974,7 @@
Watching a telecined video, you will see interlacing artifacts that
-seem to "blink": they repeatedly appear and disappear.
+seem to "blink": they repeatedly appear and disappear.
You can look closely at this by
mplayer dvd://1
@@ -1998,7 +1998,7 @@
Sometimes telecined video on DVDs is referred to as
-"hard-telecine". 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.
@@ -2023,7 +2023,7 @@
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 "combing") 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.
@@ -2044,19 +2044,19 @@
Mixed progressive and telecine
-All of a "mixed progressive and telecine" 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.
When MPlayer plays this category, it will
-(often repeatedly) switch back and forth between "30000/1001 fps NTSC"
-and "24000/1001 fps progressive NTSC". 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
MPlayer's output to see these messages.
-You should check the "30000/1001 fps NTSC" sections to make sure
+You should check the "30000/1001 fps NTSC" sections to make sure
they are actually telecine, and not just interlaced.
@@ -2066,12 +2066,12 @@
Mixed progressive and interlaced
-In "mixed progressive and interlaced" content, progressive
+In "mixed progressive and interlaced" content, progressive
and interlaced video have been spliced together.
-This category looks just like "mixed progressive and telecine",
+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.
@@ -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 "guess" 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).
@@ -2156,7 +2156,7 @@
these filters available to choose from, each with its own advantages
and disadvantages. Consult and
to see what is available
- (grep for "deint"), read Michael's Niedermayer
+ (grep for "deint"), read Michael's Niedermayer
Deinterlacing filters comparison,
and search the
@@ -2236,7 +2236,7 @@
else MEncoder will crash.
is, however, the cleanest and most
accurate method available for encoding both telecine and
- "mixed progressive and telecine".
+ "mixed progressive and telecine".
mencoder dvd://1 -oac copy -vf pullup,softskip
-ovc lavc -ofps 24000/1001