[MPlayer-DOCS] r23530 - in trunk: Changelog DOCS/man/en/mplayer.1 DOCS/tech/MAINTAINERS DOCS/tech/slave.txt cfg-common.h command.c configure input/input.c input/input.h libvo/sub.c libvo/sub.h mpcommon.c mplayer.c spudec.c spudec.h stream/Makefile stream/tv.c stream/tv.h stream/tvi_vbi.c stream/tvi_vbi.h

voroshil subversion at mplayerhq.hu
Sun Jun 10 02:06:12 CEST 2007


Author: voroshil
Date: Sun Jun 10 02:06:12 2007
New Revision: 23530

Log:
Teletext support for tv:// (v4l and v4l2 only)

modified patch from Otvos Attila oattila at chello dot hu



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

Changes in other areas also in this revision:
Added:
   trunk/stream/tvi_vbi.c   (contents, props changed)
   trunk/stream/tvi_vbi.h   (contents, props changed)
Modified:
   trunk/Changelog
   trunk/DOCS/tech/MAINTAINERS
   trunk/DOCS/tech/slave.txt
   trunk/cfg-common.h
   trunk/command.c
   trunk/configure
   trunk/input/input.c
   trunk/input/input.h
   trunk/libvo/sub.c
   trunk/libvo/sub.h
   trunk/mpcommon.c
   trunk/mplayer.c
   trunk/spudec.c
   trunk/spudec.h
   trunk/stream/Makefile
   trunk/stream/tv.c
   trunk/stream/tv.h

Modified: trunk/DOCS/man/en/mplayer.1
==============================================================================
--- trunk/DOCS/man/en/mplayer.1	(original)
+++ trunk/DOCS/man/en/mplayer.1	Sun Jun 10 02:06:12 2007
@@ -421,6 +421,26 @@ Confirm choice.
 .PP
 .RS
 .
+(The following keys are only valid if teletext support is enabled during
+compilation: they are used for controlling TV teletext)
+.RE
+.PP
+.PD 0
+.RS
+.IPs "X"
+Switch teletext between on, off and transparent mode.
+.IPs "Q"
+Next teletext page.
+.IPs "W"
+Previous teletext page.
+.IPs "E"
+In text mode flips top or bottom piece of page otherwise
+zooms teletext page: top or bottom or normal.
+.RE
+.PD 1
+.PP
+.RS
+.
 .TP
 .B mouse control
 .PD 0
@@ -1851,6 +1871,12 @@ MJPEG compression:
 .IPs quality=<0\-100>
 Choose the quality of the JPEG compression
 (< 60 recommended for full size).
+.IPs tdevice=<value>  (default: none)
+Specify TV teletext device (example: /dev/\:vbi0).
+.IPs tformat=<text|bw|gray|color> (default: gray)
+Specify TV teletext display mode. (Note: color mode requires color SPU support.)
+.IPs tpage=<100-999> (default: 100)
+Specify starting TV teletext page number .
 .RE
 .
 .TP



More information about the MPlayer-DOCS mailing list