Mercurial > mplayer.hg
comparison DOCS/encoding.html @ 4908:9b2b09d3ff8b
strike period over, commiting stuff. next commit will be rewrite. (?)
author | gabucino |
---|---|
date | Fri, 01 Mar 2002 20:39:59 +0000 |
parents | 860808c94265 |
children | 40b48a0a780e |
comparison
equal
deleted
inserted
replaced
4907:08f739d36ae0 | 4908:9b2b09d3ff8b |
---|---|
163 AVI (DivX) files, you have be aware that AVI headers don't store this | 163 AVI (DivX) files, you have be aware that AVI headers don't store this |
164 value. Thus, the only solution is rescaling.</P> | 164 value. Thus, the only solution is rescaling.</P> |
165 | 165 |
166 <P><B>MEncoder</B> can scale input images if they come in YV12 format (for example: | 166 <P><B>MEncoder</B> can scale input images if they come in YV12 format (for example: |
167 ffdivx, odivx drivers, or mpeg1/2). The output size is specified with the | 167 ffdivx, odivx drivers, or mpeg1/2). The output size is specified with the |
168 <CODE>-x</CODE>, and <CODE>-y</CODE> options. Furthermore, there are 3 | 168 <CODE>-x</CODE>, and <CODE>-y</CODE> options. Furthermore, there are some |
169 rescaling filters in <B>MEncoder</B>, <I>0 | 169 rescaling filters in <B>MEncoder</B>, see the manpage for them ! |
170 : fast bilinear</I>, <I>1 : bilinear</I>, <I>2 : bicubic</I> (best quality). | |
171 They can be specified with the <CODE>-sws</CODE> option. If not specified, | 170 They can be specified with the <CODE>-sws</CODE> option. If not specified, |
172 <B>MEncoder</B> will use 0 : fast bilinear.</P> | 171 <B>MEncoder</B> will use 0 : fast bilinear.</P> |
173 | 172 |
174 <P>Rescaling is very simple :<BR> | 173 <P>Rescaling is very simple :<BR> |
175 <CODE> mencoder sample-svcd.mpg -divx4opts br=1300 -x 640 -y 480 -sws 2 -o output.avi</CODE></P> | 174 <CODE> mencoder sample-svcd.mpg -divx4opts br=1300 -x 640 -y 480 -sws 2 -o output.avi</CODE></P> |