2646
|
1 DXR3/H+ video/audio output plugins manual by David Holm
|
|
2 =======================================================
|
|
3
|
3201
|
4 2001-11-28: ffmpeg replaced with mp1e, divx playback
|
|
5 won't get much faster than this, huge thanks
|
|
6 goes out to Ivan Kalvachev for helping me
|
|
7 fix the final mp1e bugs (and contributing
|
|
8 to the libvo2 development)
|
|
9
|
3186
|
10 2001-11-27: -ao dxr3 now works, still a few bugs though
|
|
11 you might have to reload the em8300 modules
|
|
12 after a playback or you might get static the
|
|
13 next time you use the dxr3 audio interface.
|
|
14
|
2646
|
15 1. Introduction
|
|
16
|
|
17 The DXR3 and Hollywood+ are two not too different mpeg-(1/2) and ac3
|
|
18 hardware playback cards that came at about the same time as the first
|
|
19 dvd-rom drives hit the market. At that time most computers weren't
|
|
20 powerful enough for synced software dvd playback. And even the faster
|
|
21 (intel-based) computers had troubles with artifacts.
|
|
22 Sigma Designs came up with the great idea to create a hardware
|
|
23 mpeg-(1/2), ac3 decoder. Sigma Designs are known for their realmagic
|
|
24 hardware (or they bought the company who came up with the first
|
|
25 realmagic boards, I don't know which).
|
|
26 Later Creative Labs thought, hey, we also wan't this product, and to
|
|
27 distribute it with our dvd-drives (the DVD Encore packages if I recall
|
|
28 correctly). So they bought the designs for the Hollywood plus and
|
|
29 replaced the circuit used to produce a proper video feed for tv's
|
|
30 called adv7170 or adv7175a depending on which h+ board you own with
|
|
31 a bt865. The reason for this is beyond my understanding as this seems
|
|
32 complete illogical to me, but I have had great experiences with
|
|
33 bt(brooktree) circuits in the past, so I don't mind.
|
|
34 Well, nowadays most people have no use for a mpeg-(1/2) or ac3
|
|
35 hardware decoder since most computers these days have no problem doing
|
|
36 this in software and have cycles left for posprocessing (removing of
|
|
37 artefacts and other garbage produced by compression).
|
|
38 These days, you have two uses for this card:
|
|
39 1. You have a slow computer which you use for vcd/dvd playback
|
|
40 2. You discover what I have done with the implementation of this as
|
|
41 an audio/video output device for mplayer (read on and you'll find
|
|
42 out).
|
|
43
|
|
44
|
|
45
|
|
46 2. Requirements
|
|
47
|
|
48 * First of all you will need the DXR3/H+ drivers properly installed,
|
|
49 including the dev-api.
|
2770
|
50 These can be downloaded from dxr3.sourceforge.net (I suggest using
|
|
51 the CVS version since most of the time I use the latest features
|
|
52 which are only available through cvs)
|
2646
|
53
|
3201
|
54 * Second, if you want DivX playback you need to download and install
|
|
55 RTE from zapping.sourceforge.net compile and install it BEFORE
|
|
56 running configure in the mplayer dir.
|
|
57
|
2646
|
58 * Run <mplayerdir>/configure and make sure that DXR3/H+ support =yes
|
3201
|
59 and optionally that mp1e rte = yes, if it's = no, please mail me
|
|
60 your configure.log and I'll fix it.
|
2646
|
61
|
|
62 From here on compilation (of at least my code ;) should go without
|
|
63 problems.
|
|
64
|
|
65
|
2770
|
66
|
2646
|
67 3. Usage
|
|
68
|
|
69 After installation you will have two new outdevices in mplayer:
|
|
70 -vo dxr3 For video output
|
3186
|
71 -ao dxr3 For audio output
|
2646
|
72
|
2770
|
73 MPEG-1, MPEG-2, VCD and DVD Notes
|
2646
|
74 There are some notes to take into account here for optimum playback.
|
|
75 When playing any mpeg-(1/2) file, this including usage of the "-dvd"
|
|
76 and "-vcd" options you must either add the "-vc mpegpes" or edit
|
|
77 codecs.conf and make sure videocodec mpegpes is listed above mpeg12.
|
|
78 If you fail to do this you will only get software playback which kinda
|
|
79 spoils most of the useful features of this card except for tv-out ;).
|
|
80 Remember that if you edit the codecs.conf file and move the mpegpes
|
|
81 section will have to specify "-vc mpeg12" if you want to playback
|
2770
|
82 any of these video types _without_ "-vo dxr3"!
|
2646
|
83
|
2770
|
84 DIVX Notes
|
3201
|
85 When playing divx's add "-vc odivx"
|
|
86 I've switched to mp1e from ffmpeg so it should be lightning fast now.
|
2770
|
87
|
3186
|
88 Other codecs:
|
|
89 Currently they don't work. I'm working on implementing libvo2 which
|
|
90 will be a much more convenient and faster way of working with
|
|
91 vo<->codec interaction. If libvo2 takes longer to develop than I
|
|
92 have estimated perhaps I'll add more codec support to libvo. Otherwise
|
|
93 you'll just have to wait for libvo2. (there is an implementation
|
|
94 for other codecs, but I think it's pretty broken currently ;)
|
2646
|
95
|
|
96
|
|
97
|
3186
|
98 4. Contacting me
|
2646
|
99
|
2770
|
100 You can contact me either by e-mailing me, <dholm@iname.com> or by using
|
2646
|
101 icq: 798427
|
2770
|
102 Feedback, bugreports and general suggestions are appreciated (preferably
|
|
103 by e-mail). My name is David Holm for those of you who are incapable of
|
|
104 reading a heading. ;)
|
2646
|
105
|
|
106
|