summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorhenry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-07 12:24:35 +0000
committerhenry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-07 12:24:35 +0000
commit7e38b1aefb5997932c1012a3ed8487a64800ffad (patch)
tree64d39e11b898533c04a9fd971f3a26a7bd7a6ab2 /DOCS
parente07e36bbe4e605aff64f68e28cefe7676308c83f (diff)
downloadmpv-7e38b1aefb5997932c1012a3ed8487a64800ffad.tar.bz2
mpv-7e38b1aefb5997932c1012a3ed8487a64800ffad.tar.xz
v4l2 support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10538 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/en/mplayer.110
1 files changed, 8 insertions, 2 deletions
diff --git a/DOCS/en/mplayer.1 b/DOCS/en/mplayer.1
index abbef46d72..b3552565c3 100644
--- a/DOCS/en/mplayer.1
+++ b/DOCS/en/mplayer.1
@@ -907,7 +907,7 @@ Available options are:
.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 @@ framerate at which to capture video (frames per second)
.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 @@ hardware ID for ALSA
.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).