summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/en/tvinput.xml
diff options
context:
space:
mode:
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