summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-05-04 23:21:24 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-05-04 23:21:24 +0000
commit469055e1cf1f410e34526489dc191dbda1b4f50f (patch)
tree25653a65f9b9ebe8a10b318ad57788c975263d88 /DOCS
parent89e9801d26e28e8afc3a0cc03baa4abfdb495b50 (diff)
downloadmpv-469055e1cf1f410e34526489dc191dbda1b4f50f.tar.bz2
mpv-469055e1cf1f410e34526489dc191dbda1b4f50f.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@10065 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/en/encoding.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/DOCS/en/encoding.html b/DOCS/en/encoding.html
index 3404d8ca12..b56915a6a8 100644
--- a/DOCS/en/encoding.html
+++ b/DOCS/en/encoding.html
@@ -290,11 +290,11 @@ Explanation of the process:
<H2><A NAME="aspect">7.9 Preserving aspect ratio</A></H2>
<P>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
+ which 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!</P>
+ has to be a better way!</P>
<P>There is.</P>
@@ -308,13 +308,13 @@ Explanation of the process:
other players will use the wrong aspect ratio.</P>
<P>You seriously should crop the black bands over and below the movie image.
- See the manpage about the usage of the <CODE>cropdetect</CODE> and
+ See the man page for the usage of the <CODE>cropdetect</CODE> and
<CODE>crop</CODE> filters.</P>
<H4>Usage:</H4>
<P><CODE>$ 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</CODE></P>
+ vcodec=mpeg4:autoaspect -vf crop=714:548:0:14 -oac copy -o output.avi</CODE></P>
</BODY>
</HTML>