[MPlayer-DOCS] r24125 - in trunk: DOCS/man/en/mplayer.1 DOCS/tech/slave.txt cfg-mplayer.h command.c input/input.c input/input.h stream/stream_tv.c stream/tv.c stream/tv.h stream/tvi_def.h stream/tvi_v4l.c stream/tvi_v4l2.c

voroshil subversion at mplayerhq.hu
Thu Aug 23 18:09:30 CEST 2007


Author: voroshil
Date: Thu Aug 23 18:09:30 2007
New Revision: 24125

Log:
Automatic TV channels scanning ability for MPlayer.

Code is based on patch from Otvos Attila oattila at chello dot hu


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

Changes in other areas also in this revision:
Modified:
   trunk/DOCS/tech/slave.txt
   trunk/cfg-mplayer.h
   trunk/command.c
   trunk/input/input.c
   trunk/input/input.h
   trunk/stream/stream_tv.c
   trunk/stream/tv.c
   trunk/stream/tv.h
   trunk/stream/tvi_def.h
   trunk/stream/tvi_v4l.c
   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	Thu Aug 23 18:09:30 2007
@@ -1899,6 +1899,26 @@ Specify initial TV teletext page number.
 .RE
 .
 .TP
+.B \-tvscan <option1:option2:...> (TV and MPlayer only)
+This option tunes various parameters for TV channel scanner.
+MPlayer will also print value for "-tv channels=" option,
+including existing and just found channels.
+.sp 1
+Available suboptions are:
+.RSs
+.IPs autostart (default: not set)
+Begin channel scanning immediately after MPlayer startup.
+.IPs period=<0.1-2.0> (default: 0.5)
+Specify delay in seconds before switching to next channel.
+Lower values will cause faster scanning, but can detect
+inactive TV channels as active.
+.IPs threshold=<1-100> (default: 50)
+Threshold value (in percent) for signal strength, reported by device.
+Signal strength higher than this value will indicate that
+currently scanning channel is active.
+.RE
+.
+.TP
 .B \-user <username> (also see \-passwd) (network only)
 Specify username for HTTP authentication.
 .



More information about the MPlayer-DOCS mailing list