diff --git a/DOCS/en/documentation.html b/DOCS/en/documentation.html index be088abedf..c288d4b6bb 100644 --- a/DOCS/en/documentation.html +++ b/DOCS/en/documentation.html @@ -159,7 +159,7 @@
MPlayer supports cards with the Siemens DVB chipset from vendors like Siemens, Technotrend, Galaxis or Hauppauge. The latest DVB drivers are @@ -1101,10 +1101,70 @@ Indeed it doesn't matter which video output driver is used with VIDIX. right aspect ratio), use the new dvbscale filter:
-for 4:3 TV: -vf dvbscale,scale=-1:0,expand=-1:576:-1:-1:1 -for 16:9 TV: -vf dvbscale=1024,scale=-1:0,expand=-1:576:-1:-1:1 +for a 4:3 TV: -vf dvbscale,scale=-1:0,expand=-1:576:-1:-1:1 +for a 16:9 TV: -vf dvbscale=1024,scale=-1:0,expand=-1:576:-1:-1:1+
First you need to pass the dvb_shutdown_timeout=0
parameter
+ to the kernel module dvb-core
, or MPlayer will die after 10
+ seconds.
You should also have the programs scan
and
+ szap/tzap/czap
installed; they are all included in the drivers
+ package.
Verify that your drivers are working properly with a program such as
+ dvbstream
+ (that is the base of the DVB input module).
Now you should compile a ~/.mplayer/channels.conf
file,
+ with the syntax accepted by szap/tzap/czap
, or have
+ scan
compile it for you.
Make sure that you have have only Free to Air channels in your
+ channels.conf
file, or MPlayer will hang on the others.
To show the first of the channels present in your list, run
+ ++ mplayer dvb:// ++ +
If you want to watch a specific channel, such as R1
, run
+ mplayer dvb://R1 ++ +
To change channels press the 'h'
(next) and 'k'
+ (previous) keys, or use the OSD
menu (requires a working
+ OSD subsystem).
If your ~/.mplayer/menu.conf
contains a <dvbsel>
+ entry, such as the one in the example file etc/dvb-menu.conf
+ (that you can use to overwrite ~/.mplayer/menu.conf
), the
+ main menu will show a sub-menu entry that will permit you to choose
+ one of the channels present in your channels.conf
.
If you want to save a program to disk you can use
+ ++ mplayer -dumpfile r1.ts -dumpstream dvb://R1 ++ +
If you want to record it in a different format (re-encoding it) instead you + can run a command such as
+ ++ mencoder -o r1.avi -ovc xvid -xvidenctopts bitrate=800 -oac mp3lame -lameopts cbr:br=128 -vf ci dvb://R1 ++ +
Read the man page for a list of options that you can pass to the DVB + input module.
+ +If you have questions or want to hear feature announcements and take part in
diff --git a/etc/dvb-menu.conf b/etc/dvb-menu.conf
new file mode 100644
index 0000000000..9e20f9e177
--- /dev/null
+++ b/etc/dvb-menu.conf
@@ -0,0 +1,110 @@
+
+