[MPlayer-DOCS] CVS: main/DOCS/xml/en faq.xml,1.72,1.73

Guillaume Poirier CVS syncmail at mplayerhq.hu
Sun Apr 24 23:04:28 CEST 2005


CVS change done by Guillaume Poirier CVS

Update of /cvsroot/mplayer/main/DOCS/xml/en
In directory mail:/var2/tmp/cvs-serv426/en

Modified Files:
	faq.xml 
Log Message:
explains how to fix the aspect ratio of an AVI file

Index: faq.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/faq.xml,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- faq.xml	11 Apr 2005 21:40:05 -0000	1.72
+++ faq.xml	24 Apr 2005 21:04:26 -0000	1.73
@@ -1353,6 +1353,20 @@
 
 <qandaentry>
 <question><para>
+How can I fix the aspect ration of an AVI file?
+</para></question>
+<answer><para>
+You can do such a thing thanks to <application>MEncoder</application>'s
+<option>-force-avi-aspect</option> option, which overrides the aspect
+stored in the AVI OpenDML vprp header option. For example:
+<screen>
+mencoder <replaceable>input.avi</replaceable> -ovc copy -oac copy -o <replaceable>output.avi</replaceable> -force-avi-aspect 4/3
+</screen>
+</para></answer>
+</qandaentry>
+
+<qandaentry>
+<question><para>
 I can't encode DVD subtitles into the AVI!
 </para></question>
 <answer><para>




More information about the MPlayer-DOCS mailing list