summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-05-04 23:27:47 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-05-04 23:27:47 +0000
commita518fb0f2a3649575e8e159dfba6e57dd99be1dd (patch)
treec0c0818bca8cea8d4af02211c036f44aadda267c /DOCS
parent469055e1cf1f410e34526489dc191dbda1b4f50f (diff)
downloadmpv-a518fb0f2a3649575e8e159dfba6e57dd99be1dd.tar.bz2
mpv-a518fb0f2a3649575e8e159dfba6e57dd99be1dd.tar.xz
Error in the aspect ratio calculation, plus typos and rewordings.
Noticed by Jason Tackaberry <tack@auc.ca>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10066 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/mencoder.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/DOCS/xml/en/mencoder.xml b/DOCS/xml/en/mencoder.xml
index b8d2eb5165..b02fadb819 100644
--- a/DOCS/xml/en/mencoder.xml
+++ b/DOCS/xml/en/mencoder.xml
@@ -448,11 +448,11 @@ mencoder movie.mpg -ifo movie.ifo -vobsubout subtitles -vobsuboutindex 0 -vobsub
<title>Preserving aspect ratio</title>
<para>
DVDs and SVCDs (i.e. MPEG1/2) files contain an aspect ratio value, which
-describes how should the player scale the video stream, so humans won't
+describes how the player should scale the video stream, so humans won't
have egg heads (ex.: 480x480 + 4:3 = 640x480). However when encoding to AVI
(DivX) files, you have be aware that AVI headers don't store this value.
-Rescaling the movie is disgusting and time consuming, there must be a better
-feature!
+Rescaling the movie is disgusting and time consuming, there has to be a better
+way!
</para>
<para>There is</para>
@@ -473,14 +473,14 @@ ratio.
<para>
You seriously should crop the black bands over and below the movie image.
-See the manpage about the usage of the <systemitem>cropdetect</systemitem> and
+See the man page for the usage of the <systemitem>cropdetect</systemitem> and
<systemitem>crop</systemitem> filters.
</para>
<formalpara>
<title>Usage</title>
<para>
-<screen>mencoder sample-svcd.mpg -ovc lavc -lavcopts vcodec=mpeg4:aspect=16.0/9.0 -vf crop=714:548:0:14 -oac copy -o output.avi</screen>
+<screen>mencoder sample-svcd.mpg -ovc lavc -lavcopts vcodec=mpeg4:autoaspect -vf crop=714:548:0:14 -oac copy -o output.avi</screen>
</para>
</formalpara>
</sect1>