Mercurial > mplayer.hg
comparison DOCS/it/encoding.html @ 9644:0fe056bdb135
vop -> vf change, small fixes. The Polish documentation should be checked for correctness.
author | jonas |
---|---|
date | Sat, 22 Mar 2003 12:02:27 +0000 |
parents | 883f38591d47 |
children | b65bcfaedbe5 |
comparison
equal
deleted
inserted
replaced
9643:f1b66e97c3d3 | 9644:0fe056bdb135 |
---|---|
82 usano il ridimensionamento anche quando convertono DVD o SVCD in AVI DivX. <B>Questo è male.</B> | 82 usano il ridimensionamento anche quando convertono DVD o SVCD in AVI DivX. <B>Questo è male.</B> |
83 Invece di fare così, leggete la sezione <A HREF="#aspect">Conservare | 83 Invece di fare così, leggete la sezione <A HREF="#aspect">Conservare |
84 le proporzioni</A>.</P> | 84 le proporzioni</A>.</P> |
85 | 85 |
86 <P>Il processo di ridimensionamento è gestito dal filtro video <I>'scale'</I>: | 86 <P>Il processo di ridimensionamento è gestito dal filtro video <I>'scale'</I>: |
87 <CODE>-vop scale=larghezza:altezza</CODE>. La qualità può essere impostata tramite l'opzione | 87 <CODE>-vf scale=larghezza:altezza</CODE>. La qualità può essere impostata tramite l'opzione |
88 <CODE>-sws</CODE>. Se non specificata, <B>MEncoder</B> userà il valore 0 : | 88 <CODE>-sws</CODE>. Se non specificata, <B>MEncoder</B> userà il valore 0 : |
89 bilineare veloce.</P> | 89 bilineare veloce.</P> |
90 | 90 |
91 <P>Utilizzo :<BR> | 91 <P>Utilizzo :<BR> |
92 | 92 |
93 <P><CODE> mencoder input.mpg -ovc lavc -lavcopts | 93 <P><CODE> mencoder input.mpg -ovc lavc -lavcopts |
94 vcodec=mpeg4 -vop scale=640:480 -oac copy -o | 94 vcodec=mpeg4 -vf scale=640:480 -oac copy -o |
95 output.avi</CODE></P> | 95 output.avi</CODE></P> |
96 | 96 |
97 | 97 |
98 <H3><A NAME="copying">2.4.3. Copia da stream</A></H3> | 98 <H3><A NAME="copying">2.4.3. Copia da stream</A></H3> |
99 | 99 |
256 <CODE>crop</CODE>.</P> | 256 <CODE>crop</CODE>.</P> |
257 | 257 |
258 <H5>Utilizzo:</H5> | 258 <H5>Utilizzo:</H5> |
259 | 259 |
260 <P><CODE>$ mencoder sample-svcd.mpg -ovc lavc -lavcopts | 260 <P><CODE>$ mencoder sample-svcd.mpg -ovc lavc -lavcopts |
261 vcodec=mpeg4:aspect=16.0/9.0 -vop crop=714:548:0:14 -oac copy -o output.avi</CODE></P> | 261 vcodec=mpeg4:aspect=16.0/9.0 -vf crop=714:548:0:14 -oac copy -o output.avi</CODE></P> |
262 | 262 |
263 </BODY> | 263 </BODY> |
264 </HTML> | 264 </HTML> |