summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorptt <ptt@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-05 19:07:25 +0000
committerptt <ptt@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-05 19:07:25 +0000
commit7aca017750b385000644dd363819501ec201a7d8 (patch)
treefd5ae2d319d1f4f529598ddbdc52a0024a2a2d91 /DOCS
parent1f2429c7ff97669ea2942ed6b87219aef66e4169 (diff)
downloadmpv-7aca017750b385000644dd363819501ec201a7d8.tar.bz2
mpv-7aca017750b385000644dd363819501ec201a7d8.tar.xz
three little corrections...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25308 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/encoding-guide.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/xml/en/encoding-guide.xml b/DOCS/xml/en/encoding-guide.xml
index 284d8aa814..d85e5fe53b 100644
--- a/DOCS/xml/en/encoding-guide.xml
+++ b/DOCS/xml/en/encoding-guide.xml
@@ -963,7 +963,7 @@ video is taken from the center of the frame. And because of the way DVD
video is sampled, make sure the offset is an even number. (In fact, as a
rule, never use odd values for any parameter when you are cropping and
scaling video.) If you are not comfortable throwing a few extra pixels
-away, you might prefer instead to scale the video instead. We will look
+away, you might prefer to scale the video instead. We will look
at this in our example below.
You can actually let the <option>cropdetect</option> filter do all of the
above for you, as it has an optional <option>round</option> parameter that
@@ -1009,7 +1009,7 @@ movie in time, plus a small amount of "overhead" (see the section on
for instance).
Other parameters such as scaling, cropping, etc. will
<emphasis role="bold">not</emphasis> alter the file size unless you
-change the bitrate as well!.
+change the bitrate as well!
</para>
<para>
@@ -1081,7 +1081,7 @@ First, you should compute the encoded aspect ratio:
</para></listitem>
<listitem><para>
PRdvd is the pixel ratio of the DVD which is equal to 1.25=(720/576) for PAL
- DVDs and 1.5=(720/480) for NTSC DVDs,
+ DVDs and 1.5=(720/480) for NTSC DVDs.
</para></listitem>
</itemizedlist>
</para>