comparison DOCS/xml/en/tvinput.xml @ 9683:c70001c8bde9

sync
author nicolas
date Mon, 24 Mar 2003 21:36:20 +0000
parents 142c42fa0986
children 861a40949bf3
comparison
equal deleted inserted replaced
9682:dd5cb154b98b 9683:c70001c8bde9
173 LAME codec. This setup is suitable for capturing movies. 173 LAME codec. This setup is suitable for capturing movies.
174 <screen> 174 <screen>
175 mencoder -tv on:driver=v4l:width=768:height=576 \ 175 mencoder -tv on:driver=v4l:width=768:height=576 \
176 -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=900 \ 176 -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=900 \
177 -oac mp3lame -lameopts cbr:br=64 \ 177 -oac mp3lame -lameopts cbr:br=64 \
178 -vf pp=lb,crop=720:544:24:16 -o output.avi 178 -vf crop=720:544:24:16,pp=lb -o output.avi
179 </screen> 179 </screen>
180 </para> 180 </para>
181 </informalexample> 181 </informalexample>
182 182
183 <informalexample> 183 <informalexample>
189 capturing long TV series, where the video quality isn't so important. 189 capturing long TV series, where the video quality isn't so important.
190 <screen> 190 <screen>
191 mencoder -tv on:driver=v4l:width=768:height=576 \ 191 mencoder -tv on:driver=v4l:width=768:height=576 \
192 -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=350:vhq:vqmax=31:keyint=300 \ 192 -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=350:vhq:vqmax=31:keyint=300 \
193 -oac mp3lame -lameopts cbr:br=48 \ 193 -oac mp3lame -lameopts cbr:br=48 \
194 -vf scale=384:288,pp=tn/lb,crop=720:540:24:18 -sws 1 -o output.avi 194 -vf crop=720:540:24:18,pp=tn/lb,scale=384:288 -sws 1 -o output.avi
195 </screen> 195 </screen>
196 It's also possible to specify smaller image dimensions in the <option>-tv</option> 196 It's also possible to specify smaller image dimensions in the <option>-tv</option>
197 option and omit the software scaling but this approach uses the maximum available 197 option and omit the software scaling but this approach uses the maximum available
198 information and is a little more resistant to noise. The bt8x8 chips can do the 198 information and is a little more resistant to noise. The bt8x8 chips can do the
199 pixel averaging only in the horizontal direction due to a hardware limitation. 199 pixel averaging only in the horizontal direction due to a hardware limitation.