[Mplayer-cvslog] CVS: main/DOCS/xml/en mencoder.xml,1.2,1.3
Diego Biurrun CVS
diego at mplayerhq.hu
Mon May 5 01:28:15 CEST 2003
Update of /cvsroot/mplayer/main/DOCS/xml/en
In directory mail:/var/tmp.root/cvs-serv25397/DOCS/xml/en
Modified Files:
mencoder.xml
Log Message:
Error in the aspect ratio calculation, plus typos and rewordings.
Noticed by Jason Tackaberry <tack at auc.ca>.
Index: mencoder.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/mencoder.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mencoder.xml 24 Mar 2003 17:24:25 -0000 1.2
+++ mencoder.xml 4 May 2003 23:27:47 -0000 1.3
@@ -448,11 +448,11 @@
<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 @@
<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>
More information about the MPlayer-cvslog
mailing list