annotate DOCS/DXR3 @ 5976:ff3e5901b2cc

small patch that fixes the purple window when the f key is pressed - by Attila Kinali <kinali@gmx.net>
author arpi
date Sat, 04 May 2002 22:52:56 +0000
parents 91d4b2745e9e
children 906f71d77191
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4096
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
1 How to use a Sigma Designs Hollywood Plus and/or a Creative DXR3 by David Holm
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
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
3330
aba69e4a76b8 Update regarding linmp1e usage, submitted by D: Holm
atmos4
parents: 3208
diff changeset
9 * First of all you will need the DXR3/H+ drivers properly installed.
5361
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
10 Version 0.12.0 or later. You can find it at
4096
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
11 http://dxr3.sourceforge.net/
5361
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
12 (you only need to run "make install devices" in em8300-x.y.z/modules
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
13 not in the root dir)
2646
bbda31b5433b dxr3 instructions by David Holm <dholm@telia.com>
arpi
parents:
diff changeset
14
3330
aba69e4a76b8 Update regarding linmp1e usage, submitted by D: Holm
atmos4
parents: 3208
diff changeset
15 * Run <mplayerdir>/configure and make sure that DXR3/H+ support = yes
5426
d72dc493c5d3 Updated
mswitch
parents: 5361
diff changeset
16 if you want to play files other than mpeg I highly recommend you install
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
3208
98a587aaf505 Support for YV12 with DXR3, patch by D. Holm.
atmos4
parents: 3201
diff changeset
19 From here on compilation (of at least 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
5361
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
25 -vo dxr3:<noprebuf>:<codec>:<device>Where noprebuf specifies to turn off
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
26 prebuffering. This is done automatically
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
27 on athlons. If playback is out of sync
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
28 try disabling prebuffering. If noprebuf
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
29 is left out prebuffering is enabled
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
30 (except on athlons).
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
31
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
32 <codec> = fame/avcodec, avcodec produces
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
33 better quality output, but fame is
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
34 faster for those of you with slow
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
35 machines. The default is to use
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
36 libavcodec. Note that you need
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
37 libavcodec properly installed (read
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
38 DOCS/codecs.html)
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
39
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
40 <device> = device number to use in case
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
41 you have more than one em8300 card
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
42
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
43 Any of these options may be left out,
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
44 but they must be specified in this order
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
45 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
46 dxr3:1:avcodec will not.
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
47 These new features were added by XorA,
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
48 he usually hangs out in #dxr3 on
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
49 irc.openprojects.net, let him know
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
50 you like it...
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
51 -ao oss:/dev/em8300_ma-X For audio output, where X is the device
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
52 number (0 if one card)
4160
ac62f8534409 hw spu support for dxr3 - patch by David Holm
arpi
parents: 4096
diff changeset
53 -ac hwac3 For digital audio output instead of
ac62f8534409 hw spu support for dxr3 - patch by David Holm
arpi
parents: 4096
diff changeset
54 analog
5426
d72dc493c5d3 Updated
mswitch
parents: 5361
diff changeset
55 -vc mpegpes Force hardware acceleration, only works
d72dc493c5d3 Updated
mswitch
parents: 5361
diff changeset
56 with mpeg1/2
d72dc493c5d3 Updated
mswitch
parents: 5361
diff changeset
57 -aop list=resample:fout=xxxxx If samplerate is below 44100Hz, select
d72dc493c5d3 Updated
mswitch
parents: 5361
diff changeset
58 either 44100 or 48000 depending on
d72dc493c5d3 Updated
mswitch
parents: 5361
diff changeset
59 which which one matches closest. I.e.
d72dc493c5d3 Updated
mswitch
parents: 5361
diff changeset
60 if the movie uses 22050 use 44100 as
d72dc493c5d3 Updated
mswitch
parents: 5361
diff changeset
61 44100 / 2 = 22050, if it's 24000 use
d72dc493c5d3 Updated
mswitch
parents: 5361
diff changeset
62 48000 as 48000 / 2 = 24000 and so on.
4906
974cd3ff4f92 Added more info regarding sync and :noprebuffering
mswitch
parents: 4715
diff changeset
63 This does not work with digital audio
974cd3ff4f92 Added more info regarding sync and :noprebuffering
mswitch
parents: 4715
diff changeset
64 output (-ac hwac3)
2646
bbda31b5433b dxr3 instructions by David Holm <dholm@telia.com>
arpi
parents:
diff changeset
65
2770
b9732eaa82d9 DXR3 beta2 patch by David Holm.
atmos4
parents: 2646
diff changeset
66 MPEG-1, MPEG-2, VCD and DVD Notes
5426
d72dc493c5d3 Updated
mswitch
parents: 5361
diff changeset
67 MPEG 1/2 content should now automatically be detected by mplayer and it will
d72dc493c5d3 Updated
mswitch
parents: 5361
diff changeset
68 use the hardware acceleration of the DXR3 to play it. If not, you can force
d72dc493c5d3 Updated
mswitch
parents: 5361
diff changeset
69 it to hardware acceleration with -vc mpegpes. Also, if you plan to use any
d72dc493c5d3 Updated
mswitch
parents: 5361
diff changeset
70 postprocessing filters you must use -vc mpeg12.
4096
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
71
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
72 3. Contacting me
2646
bbda31b5433b dxr3 instructions by David Holm <dholm@telia.com>
arpi
parents:
diff changeset
73
5639
91d4b2745e9e Switched e-mail
mswitch
parents: 5426
diff changeset
74 You can contact me either by e-mailing me, <dholm@telia.com> or by using
2646
bbda31b5433b dxr3 instructions by David Holm <dholm@telia.com>
arpi
parents:
diff changeset
75 icq: 798427
2770
b9732eaa82d9 DXR3 beta2 patch by David Holm.
atmos4
parents: 2646
diff changeset
76 Feedback, bugreports and general suggestions are appreciated (preferably
4096
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
77 by e-mail).