diff DOCS/xml/en/faq.xml @ 15253:da146d62612b

explains how to fix the aspect ratio of an AVI file
author gpoirier
date Sun, 24 Apr 2005 21:04:26 +0000
parents ba68f417b416
children 4626c01a4be0
line wrap: on
line diff
--- a/DOCS/xml/en/faq.xml	Sun Apr 24 09:29:01 2005 +0000
+++ b/DOCS/xml/en/faq.xml	Sun Apr 24 21:04:26 2005 +0000
@@ -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>