summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-20 17:54:27 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-20 17:54:27 +0000
commit5b66354f5cde2f655598768bed81795a7b6f4a91 (patch)
tree6d1576176247040af4b4ec141b3f42d37ae9c390 /DOCS
parent15b1f7bb392e22510fb3e1d22c90b0997110cc43 (diff)
downloadmpv-5b66354f5cde2f655598768bed81795a7b6f4a91.tar.bz2
mpv-5b66354f5cde2f655598768bed81795a7b6f4a91.tar.xz
-tv on --> tv:// sync from xml/.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9950 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/en/documentation.html15
1 files changed, 7 insertions, 8 deletions
diff --git a/DOCS/en/documentation.html b/DOCS/en/documentation.html
index 1cba5bc34c..fd93c3f8ce 100644
--- a/DOCS/en/documentation.html
+++ b/DOCS/en/documentation.html
@@ -1149,7 +1149,7 @@ are just a few tips:
<UL>
<LI>Use the <CODE>channels</CODE> option. An example:<BR>
- <CODE>-tv on:channels=26-MTV1,23-TV2</CODE><BR>
+ <CODE>-tv channels=26-MTV1,23-TV2</CODE><BR>
Explanation: using this option, only the 26 and 23 channels will be usable,
and there will be a nice OSD text upon channel switching, displaying the
channel's name. Spaces in the channel name must be replaced by the "_"
@@ -1213,11 +1213,10 @@ are just a few tips:
<H3><A NAME="tv_examples">2.4.3 Examples</A></H3>
<P>Dummy output, to AAlib :)<BR>
- <CODE>&nbsp;&nbsp;&nbsp;&nbsp;mplayer -tv on:driver=dummy:width=640:height=480 -vo aa</CODE><BR>
+ <CODE>&nbsp;&nbsp;&nbsp;&nbsp;mplayer -tv driver=dummy:width=640:height=480 -vo aa tv://</CODE><BR>
<BR>
Input from standard V4L<BR>
- <CODE>&nbsp;&nbsp;&nbsp;&nbsp;mplayer -tv
-on:driver=v4l:width=640:height=480 -vo xv</CODE><BR>
+ <CODE>&nbsp;&nbsp;&nbsp;&nbsp;mplayer -tv driver=v4l:width=640:height=480 -vo xv tv://</CODE><BR>
<BR>
A more sophisticated example. This makes MEncoder capture the full
@@ -1225,11 +1224,11 @@ on:driver=v4l:width=640:height=480 -vo xv</CODE><BR>
a linear blend algorithm. Audio is compressed with a constant
bitrate of 64kbps, using LAME codec. This setup is suitable for
capturing movies.<BR> <CODE> &nbsp;&nbsp;&nbsp;&nbsp;mencoder -tv
- on:driver=v4l:width=768:height=576 \<BR>
+ driver=v4l:width=768:height=576 \<BR>
&nbsp;&nbsp;&nbsp;&nbsp;-ovc lavc -lavcopts
vcodec=mpeg4:vbitrate=900 \<BR> &nbsp;&nbsp;&nbsp;&nbsp;-oac
mp3lame -lameopts cbr:br=64 \<BR> &nbsp;&nbsp;&nbsp;&nbsp;-vf
- crop=720:544:24:16,pp=lb -o output.avi </CODE><BR>
+ crop=720:544:24:16,pp=lb -o output.avi tv://</CODE><BR>
<BR>
This will additionally rescale the image to 384x288 and compresses
@@ -1239,10 +1238,10 @@ on:driver=v4l:width=640:height=480 -vo xv</CODE><BR>
quality. This can be used for capturing long TV series, where the
video quality isn't so important.<BR>
<CODE>
- &nbsp;&nbsp;&nbsp;&nbsp;mencoder -tv on:driver=v4l:width=768:height=576 \<BR>
+ &nbsp;&nbsp;&nbsp;&nbsp;mencoder -tv driver=v4l:width=768:height=576 \<BR>
&nbsp;&nbsp;&nbsp;&nbsp;-ovc lavc -lavcopts vcodec=mpeg4:vbitrate=350:vhq:vqmax=31:keyint=300 \<BR>
&nbsp;&nbsp;&nbsp;&nbsp;-oac mp3lame -lameopts cbr:br=48 \<BR>
- &nbsp;&nbsp;&nbsp;&nbsp;-vf crop=720:540:24:18,pp=tn/lb,scale=384:288 -sws 1 -o output.avi
+ &nbsp;&nbsp;&nbsp;&nbsp;-vf crop=720:540:24:18,pp=tn/lb,scale=384:288 -sws 1 -o output.avi tv://
</CODE><BR>
It's also possible to specify smaller image dimensions in the