summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-04-24 21:04:26 +0000
committergpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-04-24 21:04:26 +0000
commit9390a34f0f5b416fc238c55a35f2799431032ed5 (patch)
treebec64404e0cc256491c5e29867c79667bab85fd2 /DOCS
parent1d5b31d1d29fce92f24a698c5ea1b05a5f1b9c4e (diff)
downloadmpv-9390a34f0f5b416fc238c55a35f2799431032ed5.tar.bz2
mpv-9390a34f0f5b416fc238c55a35f2799431032ed5.tar.xz
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
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/faq.xml14
1 files changed, 14 insertions, 0 deletions
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
@@ -1353,6 +1353,20 @@ mencoder -idx <replaceable>input.avi</replaceable> -ovc copy -oac copy -o <repla
<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>