changeset 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 b5456142675d
children 9490cbd338b2
files DOCS/xml/en/faq.xml
diffstat 1 files changed, 14 insertions(+), 0 deletions(-) [+]
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>