comparison DOCS/xml/en/faq.xml @ 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 ba68f417b416
children 4626c01a4be0
comparison
equal deleted inserted replaced
15252:b5456142675d 15253:da146d62612b
1351 </para></answer> 1351 </para></answer>
1352 </qandaentry> 1352 </qandaentry>
1353 1353
1354 <qandaentry> 1354 <qandaentry>
1355 <question><para> 1355 <question><para>
1356 How can I fix the aspect ration of an AVI file?
1357 </para></question>
1358 <answer><para>
1359 You can do such a thing thanks to <application>MEncoder</application>'s
1360 <option>-force-avi-aspect</option> option, which overrides the aspect
1361 stored in the AVI OpenDML vprp header option. For example:
1362 <screen>
1363 mencoder <replaceable>input.avi</replaceable> -ovc copy -oac copy -o <replaceable>output.avi</replaceable> -force-avi-aspect 4/3
1364 </screen>
1365 </para></answer>
1366 </qandaentry>
1367
1368 <qandaentry>
1369 <question><para>
1356 I can't encode DVD subtitles into the AVI! 1370 I can't encode DVD subtitles into the AVI!
1357 </para></question> 1371 </para></question>
1358 <answer><para> 1372 <answer><para>
1359 You have to specify the <option>-sid</option> option correctly! 1373 You have to specify the <option>-sid</option> option correctly!
1360 </para></answer> 1374 </para></answer>