From 9390a34f0f5b416fc238c55a35f2799431032ed5 Mon Sep 17 00:00:00 2001 From: gpoirier Date: Sun, 24 Apr 2005 21:04:26 +0000 Subject: explains how to fix the aspect ratio of an AVI file git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15254 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/xml/en/faq.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'DOCS/xml/en') diff --git a/DOCS/xml/en/faq.xml b/DOCS/xml/en/faq.xml index aa24c064a3..7b11cd46c1 100644 --- a/DOCS/xml/en/faq.xml +++ b/DOCS/xml/en/faq.xml @@ -1351,6 +1351,20 @@ mencoder -idx input.avi -ovc copy -oac copy -o + + +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! -- cgit v1.2.3