[Mplayer-cvslog] CVS: main/DOCS/xml/en edl.xml,1.1,1.2 tvinput.xml,1.4,1.5 video.xml,1.4,1.5

Nico nicolas at mplayerhq.hu
Sun Apr 20 19:09:21 CEST 2003


Update of /cvsroot/mplayer/main/DOCS/xml/en
In directory mail:/var/tmp.root/cvs-serv14793/main/DOCS/xml/en

Modified Files:
	edl.xml tvinput.xml video.xml 
Log Message:
patch by Albeu + update of matrox_tvout url

Index: edl.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/edl.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- edl.xml	23 Mar 2003 23:33:25 -0000	1.1
+++ edl.xml	20 Apr 2003 17:08:57 -0000	1.2
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<sect1 id="edl" xreflabel="TV input">
+<sect1 id="edl" xreflabel="Edit Decision Lists (EDL)">
 <title>Edit Decision Lists (EDL)</title>
 
 <para>

Index: tvinput.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/tvinput.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tvinput.xml	31 Mar 2003 22:31:35 -0000	1.4
+++ tvinput.xml	20 Apr 2003 17:08:57 -0000	1.5
@@ -36,7 +36,7 @@
 <listitem>
 <para>
 Use the <option>channels</option> option. An example:
-<screen>-tv on:channels=26-MTV1,23-TV2</screen>
+<screen>-tv channels=26-MTV1,23-TV2</screen>
 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
@@ -152,7 +152,7 @@
 <para>
 Dummy output, to AAlib :)
 <screen>
-mplayer -tv on:driver=dummy:width=640:height=480 -vo aa<!--
+mplayer -tv driver=dummy:width=640:height=480 -vo aa tv://<!--
 --></screen>
 </para>
 </informalexample>
@@ -161,7 +161,7 @@
 <para>
 Input from standard V4L:
 <screen>
-mplayer -tv on:driver=v4l:width=640:height=480:outfmt=i420 -vc rawi420 -vo xv<!--
+mplayer -tv driver=v4l:width=640:height=480:outfmt=i420 -vc rawi420 -vo xv tv://<!--
 --></screen>
 </para>
 </informalexample>
@@ -173,10 +173,10 @@
 algorithm. Audio is compressed with a constant bitrate of 64kbps, using
 LAME codec. This setup is suitable for capturing movies.
 <screen>
-     mencoder -tv on:driver=v4l:width=768:height=576 \
+     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
+     -vf crop=720:544:24:16,pp=lb -o output.avi tv://
 </screen>
 </para>
 </informalexample>
@@ -189,10 +189,10 @@
 low bitrate even at the expense of the quality. This can be used for
 capturing long TV series, where the video quality isn't so important.
 <screen>
-     mencoder -tv on:driver=v4l:width=768:height=576 \
+     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
+     -vf crop=720:540:24:18,pp=tn/lb,scale=384:288 -sws 1 -o output.avi 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

Index: video.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/video.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- video.xml	1 Apr 2003 22:54:12 -0000	1.4
+++ video.xml	20 Apr 2003 17:08:57 -0000	1.5
@@ -2041,7 +2041,7 @@
 
 <para>
 The necessary kernel patch and the detailed howto is downloadable from
-<ulink url="http://www3.sympatico.ca/dan.eriksen/matrox_tvout/"/>
+<ulink url="http://www.bglug.ca/matrox_tvout/"/>
 </para>
 </sect4>
 



More information about the MPlayer-cvslog mailing list