# HG changeset patch # User gpoirier # Date 1114376666 0 # Node ID da146d62612b35f0517cb2cf495f5e24b0374ab2 # Parent b5456142675d606dcd63dd2a73b1615ec3f3169a explains how to fix the aspect ratio of an AVI file diff -r b5456142675d -r da146d62612b DOCS/xml/en/faq.xml --- 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 @@ +How can I fix the aspect ration of an AVI file? + + +You can do such a thing thanks to MEncoder's + option, which overrides the aspect +stored in the AVI OpenDML vprp header option. For example: + +mencoder input.avi -ovc copy -oac copy -o output.avi -force-avi-aspect 4/3 + + + + + + I can't encode DVD subtitles into the AVI!