comparison DOCS/encoding.html @ 3287:e1cf5e6338a8

-x -y -sws added
author gabucino
date Mon, 03 Dec 2001 17:06:59 +0000
parents 75820a3febac
children 7f06ef6c0168
comparison
equal deleted inserted replaced
3286:4f1f2697761a 3287:e1cf5e6338a8
101 </TD> 101 </TD>
102 </TR> 102 </TR>
103 <TR> 103 <TR>
104 <TD>&nbsp;&nbsp;</TD> 104 <TD>&nbsp;&nbsp;</TD>
105 <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2> 105 <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
106 <I>-x</I> width in pixels</TD>
107 <TD>&nbsp;&nbsp;</TD>
108 <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
109 rescale output video to given pixels width
110 </TD>
111 </TR>
112 <TR>
113 <TD>&nbsp;&nbsp;</TD>
114 <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
115 <I>-y</I> height in pixels</TD>
116 <TD>&nbsp;&nbsp;</TD>
117 <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
118 rescale output video to given pixels height
119 </TD>
120 </TR>
121 <TR>
122 <TD>&nbsp;&nbsp;</TD>
123 <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
124 <I>-sws</I> 0-2</TD>
125 <TD>&nbsp;&nbsp;</TD>
126 <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
127 type of scaling method<BR>
128 &nbsp;&nbsp;0 - fast bilinear<BR>
129 &nbsp;&nbsp;1 - bilinear<BR>
130 &nbsp;&nbsp;2 - bicubic (best quality)<BR>
131 </TD>
132 </TR>
133 <TR>
134 <TD>&nbsp;&nbsp;</TD>
135 <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
106 <I>-ovc</I> codecname</TD> 136 <I>-ovc</I> codecname</TD>
107 <TD>&nbsp;&nbsp;</TD> 137 <TD>&nbsp;&nbsp;</TD>
108 <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2> 138 <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
109 Encode with the given codec (codec names are from codecs.conf). Examples:<BR> 139 Encode with the given codec (codec names are from codecs.conf). Examples:<BR>
110 &nbsp;&nbsp;<B>help</B> - get list of available codecs<BR> 140 &nbsp;&nbsp;<B>help</B> - get list of available codecs<BR>