From bbde5b8f1a5f9212fe39b011ee77a2a607db6374 Mon Sep 17 00:00:00 2001 From: nicolas Date: Mon, 24 Mar 2003 17:24:25 +0000 Subject: sync with HTML git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9678 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/xml/en/tvinput.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'DOCS/xml/en/tvinput.xml') diff --git a/DOCS/xml/en/tvinput.xml b/DOCS/xml/en/tvinput.xml index a0b7efd997..e6d070d88d 100644 --- a/DOCS/xml/en/tvinput.xml +++ b/DOCS/xml/en/tvinput.xml @@ -58,7 +58,7 @@ deinterlacing on. Otherwise you'll get a movie which is distorted during fast-motion scenes and the bitrate controller will be probably even unable to retain the specified bitrate as the interlacing artifacts produce high amount of detail and thus consume lot of bandwidth. You can enable -deinterlacing with . Usually +deinterlacing with . Usually does a good job, but it can be matter of personal preference. See other deinterlacing algorithms in the manual and give it a try. @@ -175,7 +175,7 @@ LAME codec. This setup is suitable for capturing movies. mencoder -tv on:driver=v4l:width=768:height=576 \ -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=900 \ -oac mp3lame -lameopts cbr:br=64 \ - -vop pp=lb,crop=720:544:24:16 -o output.avi + -vf pp=lb,crop=720:544:24:16 -o output.avi @@ -191,7 +191,7 @@ capturing long TV series, where the video quality isn't so important. mencoder -tv on:driver=v4l:width=768:height=576 \ -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=350:vhq:vqmax=31:keyint=300 \ -oac mp3lame -lameopts cbr:br=48 \ - -vop scale=384:288,pp=tn/lb,crop=720:540:24:18 -sws 1 -o output.avi + -vf scale=384:288,pp=tn/lb,crop=720:540:24:18 -sws 1 -o output.avi It's also possible to specify smaller image dimensions in the option and omit the software scaling but this approach uses the maximum available -- cgit v1.2.3