summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/en/tvinput.xml
diff options
context:
space:
mode:
authorpaszczi <paszczi@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-01-01 17:44:41 +0000
committerpaszczi <paszczi@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-01-01 17:44:41 +0000
commite17cde56e76e3e253c66062c6789b35b3ec740fa (patch)
treedf276e24733b620ec391346689f78bc93326440d /DOCS/xml/en/tvinput.xml
parent5b54f3877fe54e04b8ab22e81b479ed42e6caa47 (diff)
downloadmpv-e17cde56e76e3e253c66062c6789b35b3ec740fa.tar.bz2
mpv-e17cde56e76e3e253c66062c6789b35b3ec740fa.tar.xz
<replaceable> tags' attack :P
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11714 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 7b6efe484f..556da1d3e8 100644
--- a/DOCS/xml/en/tvinput.xml
+++ b/DOCS/xml/en/tvinput.xml
@@ -178,7 +178,7 @@ of 64kbps, using LAME codec. This setup is suitable for capturing movies.
mencoder -tv driver=v4l:width=768:height=576 \
-ovc lavc -lavcopts vcodec=mpeg4:vbitrate=900 \
-oac mp3lame -lameopts cbr:br=64 \
- -vf crop=720:544:24:16,pp=lb -o output.avi tv://
+ -vf crop=720:544:24:16,pp=lb -o <replaceable>output.avi</replaceable> tv://
</screen>
</para>
</informalexample>
@@ -194,7 +194,7 @@ capturing long TV series, where the video quality isn't so important.
mencoder -tv 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 crop=720:540:24:18,pp=tn/lb,scale=384:288 -sws 1 -o output.avi tv://
+ -vf crop=720:540:24:18,pp=tn/lb,scale=384:288 -sws 1 -o <replaceable>output.avi</replaceable> tv://
</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