summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/en/tvinput.xml
diff options
context:
space:
mode:
authornicolas <nicolas@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-03-24 17:24:25 +0000
committernicolas <nicolas@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-03-24 17:24:25 +0000
commitbbde5b8f1a5f9212fe39b011ee77a2a607db6374 (patch)
treef291a7ca54e5e5c38bb2cc1f48151dc5403dff81 /DOCS/xml/en/tvinput.xml
parentfc407861681ee6057990df27efca0f2831b43f2f (diff)
downloadmpv-bbde5b8f1a5f9212fe39b011ee77a2a607db6374.tar.bz2
mpv-bbde5b8f1a5f9212fe39b011ee77a2a607db6374.tar.xz
sync with HTML
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9678 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/en/tvinput.xml')
-rw-r--r--DOCS/xml/en/tvinput.xml6
1 files changed, 3 insertions, 3 deletions
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 <option>-vop pp=DEINT_TYPE</option>. Usually
+deinterlacing with <option>-vf pp=DEINT_TYPE</option>. Usually
<option>pp=lb</option> does a good job, but it can be matter of personal
preference. See other deinterlacing algorithms in the manual and give it a try.
</para>
@@ -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
</screen>
</para>
</informalexample>
@@ -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
</screen>
It's also possible to specify smaller image dimensions in the <option>-tv</option>
option and omit the software scaling but this approach uses the maximum available