comparison DOCS/en/encoding.html @ 9456:89e4b57cc59e

fix
author nicolas
date Tue, 18 Feb 2003 21:57:51 +0000
parents 72c0458c854a
children 6c6ea2b4cfdb
comparison
equal deleted inserted replaced
9455:aab93879d8f8 9456:89e4b57cc59e
113 even do rescaling when converting DVDs or SVCDs to DivX AVI. <B>This is bad.</B> 113 even do rescaling when converting DVDs or SVCDs to DivX AVI. <B>This is bad.</B>
114 Instead of even you doing so, read the <A HREF="#aspect">Preserving 114 Instead of even you doing so, read the <A HREF="#aspect">Preserving
115 aspect ratio</A> section.</P> 115 aspect ratio</A> section.</P>
116 116
117 <P>The scaling process is handled by the <I>'scale'</I> video filter: 117 <P>The scaling process is handled by the <I>'scale'</I> video filter:
118 <CODE>-vop scale=widht:height</CODE>. Its quality can be set with the 118 <CODE>-vop scale=width:height</CODE>. Its quality can be set with the
119 <CODE>-sws</CODE> option. If it's not specified, MEncoder will use 0: 119 <CODE>-sws</CODE> option. If it's not specified, MEncoder will use 0:
120 fast bilinear.</P> 120 fast bilinear.</P>
121 121
122 <H4>Usage:</H4> 122 <H4>Usage:</H4>
123 123