summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/en/tvinput.xml
diff options
context:
space:
mode:
authornicolas <nicolas@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-03-24 21:36:20 +0000
committernicolas <nicolas@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-03-24 21:36:20 +0000
commit3afe951147efdf83809359cd59d1d068339286cc (patch)
treef074819f582813e7dd6d802100268e272f55a6e8 /DOCS/xml/en/tvinput.xml
parent1b09705c2e43e57f07aea1fe2c70e087ac452f69 (diff)
downloadmpv-3afe951147efdf83809359cd59d1d068339286cc.tar.bz2
mpv-3afe951147efdf83809359cd59d1d068339286cc.tar.xz
sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9684 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/en/tvinput.xml')
-rw-r--r--DOCS/xml/en/tvinput.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/xml/en/tvinput.xml b/DOCS/xml/en/tvinput.xml
index e6d070d88d..b057658743 100644
--- a/DOCS/xml/en/tvinput.xml
+++ b/DOCS/xml/en/tvinput.xml
@@ -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 \
- -vf pp=lb,crop=720:544:24:16 -o output.avi
+ -vf crop=720:544:24:16,pp=lb -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 \
- -vf scale=384:288,pp=tn/lb,crop=720:540:24:18 -sws 1 -o output.avi
+ -vf crop=720:540:24:18,pp=tn/lb,scale=384:288 -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