mirror of
https://github.com/mpv-player/mpv
synced 2025-01-13 10:26:09 +00:00
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
This commit is contained in:
parent
1d5b31d1d2
commit
9390a34f0f
@ -1351,6 +1351,20 @@ mencoder -idx <replaceable>input.avi</replaceable> -ovc copy -oac copy -o <repla
|
||||
</para></answer>
|
||||
</qandaentry>
|
||||
|
||||
<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!
|
||||
|
Loading…
Reference in New Issue
Block a user