[Mplayer-cvslog] CVS: main/DOCS/en mplayer.1,1.407,1.408

Jindrich Makovicka CVS henry at mplayerhq.hu
Thu Aug 7 14:24:38 CEST 2003


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

Modified Files:
	mplayer.1 
Log Message:
v4l2 support

Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/en/mplayer.1,v
retrieving revision 1.407
retrieving revision 1.408
diff -u -r1.407 -r1.408
--- mplayer.1	4 Aug 2003 22:36:22 -0000	1.407
+++ mplayer.1	7 Aug 2003 12:24:34 -0000	1.408
@@ -907,7 +907,7 @@
 .IPs noaudio
 no sound
 .IPs driver=<value>
-available: dummy, v4l, bsdbt848
+available: dummy, v4l, v4l2, bsdbt848
 .IPs device=<value>
 Specify other device than the default /dev/\:video0.
 .IPs input=<value>
@@ -927,7 +927,9 @@
 .IPs buffersize=<value>
 maximum size of the capture buffer in megabytes (default: dynamical)
 .IPs norm=<value>
-available: PAL, SECAM, NTSC
+available: PAL, SECAM, NTSC. For v4l2 use the normid option below.
+.IPs normid=<value>
+v4l2 only. See MPlayer output for a list of available TV norms.
 .IPs channel=<value>
 Set tuner to <value> channel.
 .IPs chanlist=<value>
@@ -977,8 +979,12 @@
 .IPs audioid=<value>
 choose an audio output of the capture card, if it has more of them
 .IPs [volume|bass|treble|balance]=<0\-65535>
+.IPs [volume|bass|treble|balance]=<0\-100>
 These options set parameters of the mixer on the video capture card.
 They will have no effect, if your card doesn't have one.
+For v4l1, 0-65535 is a valid range. For v4l2, the valid range is
+0 to 100, and 50 maps to the default value of the control, as reported
+by the driver.
 .IPs immediatemode=<bool>
 A value of 0 means capture and buffer audio and video together
 (default for MEncoder).



More information about the MPlayer-cvslog mailing list