annotate DOCS/DXR3 @ 6526:561de0125a61

yvu9 and if09 support
author alex
date Sun, 23 Jun 2002 16:01:35 +0000
parents 1107d4af27e9
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6251
1107d4af27e9 rewording/cosmetics patch by Diego Biurrun
arpi
parents: 6116
diff changeset
1 How to use a Sigma Designs Hollywood Plus and/or a Creative DXR3 (by David Holm)
1107d4af27e9 rewording/cosmetics patch by Diego Biurrun
arpi
parents: 6116
diff changeset
2 ================================================================================
2646
bbda31b5433b dxr3 instructions by David Holm <dholm@telia.com>
arpi
parents:
diff changeset
3
4478
38d3954edb48 applied David Holm's patch
gabucino
parents: 4160
diff changeset
4 Thanks goes out to Daniel Bell for the donation of a brand new 20GB IBM
38d3954edb48 applied David Holm's patch
gabucino
parents: 4160
diff changeset
5 harddisk.
38d3954edb48 applied David Holm's patch
gabucino
parents: 4160
diff changeset
6
4096
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
7 1. Requirements
2646
bbda31b5433b dxr3 instructions by David Holm <dholm@telia.com>
arpi
parents:
diff changeset
8
6251
1107d4af27e9 rewording/cosmetics patch by Diego Biurrun
arpi
parents: 6116
diff changeset
9 * First of all you will need properly installed DXR3/H+ drivers, version
1107d4af27e9 rewording/cosmetics patch by Diego Biurrun
arpi
parents: 6116
diff changeset
10 0.12.0 or later. You can find them at
4096
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
11 http://dxr3.sourceforge.net/
6251
1107d4af27e9 rewording/cosmetics patch by Diego Biurrun
arpi
parents: 6116
diff changeset
12 (You only need to run "make install devices" in em8300-x.y.z/modules,
1107d4af27e9 rewording/cosmetics patch by Diego Biurrun
arpi
parents: 6116
diff changeset
13 not in the root directory.)
2646
bbda31b5433b dxr3 instructions by David Holm <dholm@telia.com>
arpi
parents:
diff changeset
14
6251
1107d4af27e9 rewording/cosmetics patch by Diego Biurrun
arpi
parents: 6116
diff changeset
15 * Run <mplayerdir>/configure and make sure that DXR3/H+ support = yes.
1107d4af27e9 rewording/cosmetics patch by Diego Biurrun
arpi
parents: 6116
diff changeset
16 If you want to play files other than MPEG I highly recommend you install
5426
d72dc493c5d3 Updated
mswitch
parents: 5361
diff changeset
17 libavcodec as well (Read DOCS/codecs.html for more info).
2646
bbda31b5433b dxr3 instructions by David Holm <dholm@telia.com>
arpi
parents:
diff changeset
18
6251
1107d4af27e9 rewording/cosmetics patch by Diego Biurrun
arpi
parents: 6116
diff changeset
19 From here on compilation (at least of my code ;)) should go without any
2646
bbda31b5433b dxr3 instructions by David Holm <dholm@telia.com>
arpi
parents:
diff changeset
20 problems.
bbda31b5433b dxr3 instructions by David Holm <dholm@telia.com>
arpi
parents:
diff changeset
21
bbda31b5433b dxr3 instructions by David Holm <dholm@telia.com>
arpi
parents:
diff changeset
22
2770
b9732eaa82d9 DXR3 beta2 patch by David Holm.
atmos4
parents: 2646
diff changeset
23
4096
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
24 2. Usage
6251
1107d4af27e9 rewording/cosmetics patch by Diego Biurrun
arpi
parents: 6116
diff changeset
25
1107d4af27e9 rewording/cosmetics patch by Diego Biurrun
arpi
parents: 6116
diff changeset
26 -vo dxr3:<noprebuf>:<codec>:<device> Where noprebuf specifies turning off
1107d4af27e9 rewording/cosmetics patch by Diego Biurrun
arpi
parents: 6116
diff changeset
27 prebuffering. This is done automatically
1107d4af27e9 rewording/cosmetics patch by Diego Biurrun
arpi
parents: 6116
diff changeset
28 on Athlons. If playback is out of sync
5361
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
29 try disabling prebuffering. If noprebuf
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
30 is left out prebuffering is enabled
6251
1107d4af27e9 rewording/cosmetics patch by Diego Biurrun
arpi
parents: 6116
diff changeset
31 (except on Athlons).
5361
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
32
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
33 <codec> = fame/avcodec, avcodec produces
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
34 better quality output, but fame is
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
35 faster for those of you with slow
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
36 machines. The default is to use
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
37 libavcodec. Note that you need
6251
1107d4af27e9 rewording/cosmetics patch by Diego Biurrun
arpi
parents: 6116
diff changeset
38 properly installed libavcodec (read
5361
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
39 DOCS/codecs.html)
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
40
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
41 <device> = device number to use in case
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
42 you have more than one em8300 card
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
43
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
44 Any of these options may be left out,
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
45 but they must be specified in this order
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
46 i.e. dxr3:fame works, dxr3:1 works but
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
47 dxr3:1:avcodec will not.
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
48 These new features were added by XorA,
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
49 he usually hangs out in #dxr3 on
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
50 irc.openprojects.net, let him know
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
51 you like it...
6251
1107d4af27e9 rewording/cosmetics patch by Diego Biurrun
arpi
parents: 6116
diff changeset
52
1107d4af27e9 rewording/cosmetics patch by Diego Biurrun
arpi
parents: 6116
diff changeset
53 -ao oss:/dev/em8300_ma-X For audio output, where X is the device
1107d4af27e9 rewording/cosmetics patch by Diego Biurrun
arpi
parents: 6116
diff changeset
54 number (0 if one card).
1107d4af27e9 rewording/cosmetics patch by Diego Biurrun
arpi
parents: 6116
diff changeset
55
1107d4af27e9 rewording/cosmetics patch by Diego Biurrun
arpi
parents: 6116
diff changeset
56 -ac hwac3 For digital instead of analog audio
1107d4af27e9 rewording/cosmetics patch by Diego Biurrun
arpi
parents: 6116
diff changeset
57 output.
1107d4af27e9 rewording/cosmetics patch by Diego Biurrun
arpi
parents: 6116
diff changeset
58
1107d4af27e9 rewording/cosmetics patch by Diego Biurrun
arpi
parents: 6116
diff changeset
59 -vc mpegpes Force hardware acceleration, only works
1107d4af27e9 rewording/cosmetics patch by Diego Biurrun
arpi
parents: 6116
diff changeset
60 with MPEG1/2.
1107d4af27e9 rewording/cosmetics patch by Diego Biurrun
arpi
parents: 6116
diff changeset
61
1107d4af27e9 rewording/cosmetics patch by Diego Biurrun
arpi
parents: 6116
diff changeset
62 -aop list=resample:fout=xxxxx If sample rate is below 44100Hz, select
1107d4af27e9 rewording/cosmetics patch by Diego Biurrun
arpi
parents: 6116
diff changeset
63 either 44100Hz or 48000Hz depending on
5426
d72dc493c5d3 Updated
mswitch
parents: 5361
diff changeset
64 which which one matches closest. I.e.
6251
1107d4af27e9 rewording/cosmetics patch by Diego Biurrun
arpi
parents: 6116
diff changeset
65 if the movie uses 22050Hz use 44100Hz as
1107d4af27e9 rewording/cosmetics patch by Diego Biurrun
arpi
parents: 6116
diff changeset
66 44100 / 2 = 22050, if it is 24000Hz use
1107d4af27e9 rewording/cosmetics patch by Diego Biurrun
arpi
parents: 6116
diff changeset
67 48000Hz as 48000 / 2 = 24000 and so on.
4906
974cd3ff4f92 Added more info regarding sync and :noprebuffering
mswitch
parents: 4715
diff changeset
68 This does not work with digital audio
6251
1107d4af27e9 rewording/cosmetics patch by Diego Biurrun
arpi
parents: 6116
diff changeset
69 output (-ac hwac3).
1107d4af27e9 rewording/cosmetics patch by Diego Biurrun
arpi
parents: 6116
diff changeset
70
2646
bbda31b5433b dxr3 instructions by David Holm <dholm@telia.com>
arpi
parents:
diff changeset
71
6116
906f71d77191 Overlay section added
mswitch
parents: 5639
diff changeset
72 Overlay
6251
1107d4af27e9 rewording/cosmetics patch by Diego Biurrun
arpi
parents: 6116
diff changeset
73
1107d4af27e9 rewording/cosmetics patch by Diego Biurrun
arpi
parents: 6116
diff changeset
74 To get overlay run dxr3view that comes with the em8300 package before starting
1107d4af27e9 rewording/cosmetics patch by Diego Biurrun
arpi
parents: 6116
diff changeset
75 MPlayer. You can set various options in dxr3view by pressing T while holding
6116
906f71d77191 Overlay section added
mswitch
parents: 5639
diff changeset
76 the mouse cursor above the window.
906f71d77191 Overlay section added
mswitch
parents: 5639
diff changeset
77
6251
1107d4af27e9 rewording/cosmetics patch by Diego Biurrun
arpi
parents: 6116
diff changeset
78
2770
b9732eaa82d9 DXR3 beta2 patch by David Holm.
atmos4
parents: 2646
diff changeset
79 MPEG-1, MPEG-2, VCD and DVD Notes
6251
1107d4af27e9 rewording/cosmetics patch by Diego Biurrun
arpi
parents: 6116
diff changeset
80
1107d4af27e9 rewording/cosmetics patch by Diego Biurrun
arpi
parents: 6116
diff changeset
81 MPEG 1/2 content should now automatically be detected by MPlayer and it will
5426
d72dc493c5d3 Updated
mswitch
parents: 5361
diff changeset
82 use the hardware acceleration of the DXR3 to play it. If not, you can force
6251
1107d4af27e9 rewording/cosmetics patch by Diego Biurrun
arpi
parents: 6116
diff changeset
83 it to hardware acceleration with '-vc mpegpes'. Also, if you plan to use any
1107d4af27e9 rewording/cosmetics patch by Diego Biurrun
arpi
parents: 6116
diff changeset
84 postprocessing filters you must use '-vc mpeg12'.
1107d4af27e9 rewording/cosmetics patch by Diego Biurrun
arpi
parents: 6116
diff changeset
85
1107d4af27e9 rewording/cosmetics patch by Diego Biurrun
arpi
parents: 6116
diff changeset
86 In some instances, subtitles may not appear properly in sync with the A/V stream
1107d4af27e9 rewording/cosmetics patch by Diego Biurrun
arpi
parents: 6116
diff changeset
87 when using hardware decoding ('-vc mpegpes'). This is a known bug. The em8300
1107d4af27e9 rewording/cosmetics patch by Diego Biurrun
arpi
parents: 6116
diff changeset
88 will also improperly handle subtitles that are too big, and may hang for a second
1107d4af27e9 rewording/cosmetics patch by Diego Biurrun
arpi
parents: 6116
diff changeset
89 or two. At this time, the only workaround is to use '-vc mpeg12' when viewing
1107d4af27e9 rewording/cosmetics patch by Diego Biurrun
arpi
parents: 6116
diff changeset
90 DVDs with subtitles.
4096
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
91
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
92 3. Contacting me
2646
bbda31b5433b dxr3 instructions by David Holm <dholm@telia.com>
arpi
parents:
diff changeset
93
6251
1107d4af27e9 rewording/cosmetics patch by Diego Biurrun
arpi
parents: 6116
diff changeset
94 You can contact me either by e-mailing <dholm@telia.com> or by using
1107d4af27e9 rewording/cosmetics patch by Diego Biurrun
arpi
parents: 6116
diff changeset
95 ICQ: 798427
1107d4af27e9 rewording/cosmetics patch by Diego Biurrun
arpi
parents: 6116
diff changeset
96 Feedback, bug reports and general suggestions are appreciated (preferably
4096
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
97 by e-mail).