annotate DOCS/DVB @ 6526:561de0125a61

yvu9 and if09 support
author alex
date Sun, 23 Jun 2002 16:01:35 +0000
parents bd789010874b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1936
f12f03796f04 initial version. Gabu: don't delete
arpi
parents:
diff changeset
1 Some words about Siemens-DVB card support. by A'rpi
f12f03796f04 initial version. Gabu: don't delete
arpi
parents:
diff changeset
2 ==========================================
f12f03796f04 initial version. Gabu: don't delete
arpi
parents:
diff changeset
3
f12f03796f04 initial version. Gabu: don't delete
arpi
parents:
diff changeset
4 Requirements:
f12f03796f04 initial version. Gabu: don't delete
arpi
parents:
diff changeset
5 ~~~~~~~~~~~~~
6248
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
6 - Siemens DVB-S card or compatible (Technotrend, Galaxis, Hauppauge, etc)
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
7 See www.linuxtv.org for details and download latest driver there.
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
8 - MPlayer-CVS, FFmpeg libavcodec CVS are recommended for speed & postprocessing.
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
9 - Fast CPU - at least 1GHz recommended for software transcoding (DivX -> MPEG).
1936
f12f03796f04 initial version. Gabu: don't delete
arpi
parents:
diff changeset
10
f12f03796f04 initial version. Gabu: don't delete
arpi
parents:
diff changeset
11
1960
4c75134e70a5 extended...
arpi
parents: 1937
diff changeset
12 How to enable?
4c75134e70a5 extended...
arpi
parents: 1937
diff changeset
13 ~~~~~~~~~~~~~~
4c75134e70a5 extended...
arpi
parents: 1937
diff changeset
14
6248
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
15 './configure' should detect it. If it did not, force detection with
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
16
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
17 ./configure --enable-dvb
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
18
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
19 If you have ost headers at a non-standard path, set the path with
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
20
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
21 ./configure --with-extraincdir=<your DVB source dir>/ost/include
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
22
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
23 Then compile and install as usual:
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
24
2109
arpi
parents: 1963
diff changeset
25 make
arpi
parents: 1963
diff changeset
26 make install
3297
9fdc998083cc updated
arpi
parents: 2109
diff changeset
27
1936
f12f03796f04 initial version. Gabu: don't delete
arpi
parents:
diff changeset
28
1960
4c75134e70a5 extended...
arpi
parents: 1937
diff changeset
29 How to use?
4c75134e70a5 extended...
arpi
parents: 1937
diff changeset
30 ~~~~~~~~~~~
6248
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
31
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
32 Hardware decoding: (play standard MPEG1/2 files)
1936
f12f03796f04 initial version. Gabu: don't delete
arpi
parents:
diff changeset
33
5620
bbb8b01c76d4 updated
arpi
parents: 3297
diff changeset
34 mplayer -ao mpegpes -vo mpegpes file.mpg|vob
1936
f12f03796f04 initial version. Gabu: don't delete
arpi
parents:
diff changeset
35
6248
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
36 Software decoding/transcoding anything to MPEG1:
1936
f12f03796f04 initial version. Gabu: don't delete
arpi
parents:
diff changeset
37
5879
d2941f563a6d updated to latest -vop changes
arpi
parents: 5620
diff changeset
38 mplayer -ao mpegpes -vo mpegpes -vop lavc yourfile.ext
d2941f563a6d updated to latest -vop changes
arpi
parents: 5620
diff changeset
39 mplayer -ao mpegpes -vo mpegpes -vop fame,expand yourfile.ext
1936
f12f03796f04 initial version. Gabu: don't delete
arpi
parents:
diff changeset
40
6248
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
41 Note: The DVB card only supports height 288 and 576 for PAL, 240 and 480 for
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
42 NTSC. You MUST rescale for other heights by adding 'scale=w:h' to the '-vop'
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
43 option, where 'w:h' are the width and height you want. Note that DVB cards accept
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
44 various widths, like 720, 704, 640, 512, 480, 352 etc and do hardware scaling in
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
45 horizontal direction, so you do not need to scale horizontally in most cases.
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
46 For example, for a 512x384 (aspect 4:3) DivX try:
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
47
5879
d2941f563a6d updated to latest -vop changes
arpi
parents: 5620
diff changeset
48 mplayer -ao mpegpes -vo mpegpes -vop lavc,scale=512:576
1936
f12f03796f04 initial version. Gabu: don't delete
arpi
parents:
diff changeset
49
6248
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
50 If you have a widescreen movie and you do not want to scale it to full height,
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
51 you can use the 'expand=w:h' plugin to add black bands.
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
52 For example, to view a 640x384 DivX, try:
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
53
5879
d2941f563a6d updated to latest -vop changes
arpi
parents: 5620
diff changeset
54 mplayer -ao mpegpes -vo mpegpes -vop lavc,expand=640:576 file.avi
1960
4c75134e70a5 extended...
arpi
parents: 1937
diff changeset
55
6248
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
56 If your CPU is too slow to view a 720x576 DivX in full size, try to downscale:
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
57
5879
d2941f563a6d updated to latest -vop changes
arpi
parents: 5620
diff changeset
58 mplayer -ao mpegpes -vo mpegpes -vop lavc,scale=352:576 file.avi
6248
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
59
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
60 If it is still slow, try to downscale vertically, too:
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
61
5879
d2941f563a6d updated to latest -vop changes
arpi
parents: 5620
diff changeset
62 mplayer -ao mpegpes -vo mpegpes -vop lavc,scale=352:288 file.avi
1936
f12f03796f04 initial version. Gabu: don't delete
arpi
parents:
diff changeset
63
6248
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
64 Do you want OSD, and subtitles? Use the expand feature of the OSD plugin!
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
65 So, instead of 'expand=w:h' or 'expand=w:h:x:y', use 'expand=w:h:x:y:1' (the 5th
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
66 parameter ':1' at the end will enable OSD rendering). You may want to move the
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
67 image up a bit to get bigger black zone for subtitles. And you may want to move
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
68 subtitles up, if they are out of your TV screen, use the '-subpos <0-100>' switch
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
69 ('-subpos 80' is perfect for me).
5620
bbb8b01c76d4 updated
arpi
parents: 3297
diff changeset
70
6248
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
71 In order to play non-25fps movies on a PAL TV or with a slow CPU, add the
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
72 '-framedrop' option.
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
73
5620
bbb8b01c76d4 updated
arpi
parents: 3297
diff changeset
74
6248
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
75 How to keep the aspect ratio for DivX files?
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
76 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6007
908b25e41041 dvbscale added
arpi
parents: 5879
diff changeset
77
6248
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
78 To get the optimal scaling parameters (hardware X scaling, software Y scaling,
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
79 while keeping the right aspect ratio), use the new 'dvbscale' plugin:
6007
908b25e41041 dvbscale added
arpi
parents: 5879
diff changeset
80
908b25e41041 dvbscale added
arpi
parents: 5879
diff changeset
81 for 3:4 TV: -vop lavc,expand=-1:576:-1:-1:1,scale=-1:0,dvbscale
908b25e41041 dvbscale added
arpi
parents: 5879
diff changeset
82 for 16:9 TV: -vop lavc,expand=-1:576:-1:-1:1,scale=-1:0,dvbscale=1024
908b25e41041 dvbscale added
arpi
parents: 5879
diff changeset
83
6248
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
84
1936
f12f03796f04 initial version. Gabu: don't delete
arpi
parents:
diff changeset
85 Mailing list:
f12f03796f04 initial version. Gabu: don't delete
arpi
parents:
diff changeset
86 ~~~~~~~~~~~~~
6248
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
87
1936
f12f03796f04 initial version. Gabu: don't delete
arpi
parents:
diff changeset
88 http://mplayerhq.hu/mailman/listinfo/mplayer-dvb
1960
4c75134e70a5 extended...
arpi
parents: 1937
diff changeset
89
6248
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
90 List language is ENGLISH. Please avoid using German or other languages!
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
91 Subscribe, and ask/discuss your problems there.
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
92 I will also post feature announcements to this list.
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
93
1936
f12f03796f04 initial version. Gabu: don't delete
arpi
parents:
diff changeset
94
f12f03796f04 initial version. Gabu: don't delete
arpi
parents:
diff changeset
95 Future plans/TODO:
f12f03796f04 initial version. Gabu: don't delete
arpi
parents:
diff changeset
96 ~~~~~~~~~~~~~~~~~~
f12f03796f04 initial version. Gabu: don't delete
arpi
parents:
diff changeset
97
6248
bd789010874b 'bugfixes' by Diego Biurrun <diego@biurrun.de>
jaf
parents: 6007
diff changeset
98 - display OSD and subtitles using the OSD feature of DVB cards
1936
f12f03796f04 initial version. Gabu: don't delete
arpi
parents:
diff changeset
99 - better (more fluent) playback of non-25fps movies
f12f03796f04 initial version. Gabu: don't delete
arpi
parents:
diff changeset
100 - realtime transcoding between mpeg2 <-> mpeg4 (partial decompression)