[MPlayer-DOCS] r24573 - in trunk: DOCS/man/en/mplayer.1 cfg-common.h stream/stream_tv.c stream/tv.c stream/tv.h stream/tvi_v4l2.c

voroshil subversion at mplayerhq.hu
Tue Sep 18 18:28:40 CEST 2007


Author: voroshil
Date: Tue Sep 18 18:28:39 2007
New Revision: 24573

Log:
Implement setting gain control for video devices (usually webcams)
in v4l2 tv:// driver.


Modified:
   trunk/DOCS/man/en/mplayer.1

Changes in other areas also in this revision:
Modified:
   trunk/cfg-common.h
   trunk/stream/stream_tv.c
   trunk/stream/tv.c
   trunk/stream/tv.h
   trunk/stream/tvi_v4l2.c

Modified: trunk/DOCS/man/en/mplayer.1
==============================================================================
--- trunk/DOCS/man/en/mplayer.1	(original)
+++ trunk/DOCS/man/en/mplayer.1	Tue Sep 18 18:28:39 2007
@@ -1854,6 +1854,11 @@ These options set parameters of the mixe
 They will have no effect, if your card does not have one.
 For v4l2 50 maps to the default value of the
 control, as reported by the driver.
+.IPs "gain=<0\-100> (v4l2)"
+Set gain control for video devices (usually webcams) to the desired
+value and switch off automatic control.
+A value of 0 enables automatic control.
+If this option is omitted, gain control will not be modified.
 .IPs immediatemode=<bool>
 A value of 0 means capture and buffer audio and video together
 (default for MEncoder).



More information about the MPlayer-DOCS mailing list