annotate DOCS/DXR3 @ 5361:3e81a50e33ff

XorA added the option of switching between fame/avcodec without recompiling. Docs updated accordingly
author mswitch
date Tue, 26 Mar 2002 18:47:42 +0000
parents 974cd3ff4f92
children d72dc493c5d3
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
4096
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
16 if you want to play files other than mpeg libmp1e should be = yes as well
2646
bbda31b5433b dxr3 instructions by David Holm <dholm@telia.com>
arpi
parents:
diff changeset
17
3208
98a587aaf505 Support for YV12 with DXR3, patch by D. Holm.
atmos4
parents: 3201
diff changeset
18 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
19 problems.
bbda31b5433b dxr3 instructions by David Holm <dholm@telia.com>
arpi
parents:
diff changeset
20
bbda31b5433b dxr3 instructions by David Holm <dholm@telia.com>
arpi
parents:
diff changeset
21
2770
b9732eaa82d9 DXR3 beta2 patch by David Holm.
atmos4
parents: 2646
diff changeset
22
4096
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
23 2. Usage
5361
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
24 -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
25 prebuffering. This is done automatically
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
26 on athlons. If playback is out of sync
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
27 try disabling prebuffering. If noprebuf
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
28 is left out prebuffering is enabled
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
29 (except on athlons).
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
30
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
31 <codec> = fame/avcodec, avcodec produces
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
32 better quality output, but fame is
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
33 faster for those of you with slow
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
34 machines. The default is to use
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
35 libavcodec. Note that you need
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
36 libavcodec properly installed (read
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
37 DOCS/codecs.html)
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
38
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
39 <device> = device number to use in case
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
40 you have more than one em8300 card
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
41
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
42 Any of these options may be left out,
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
43 but they must be specified in this order
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
44 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
45 dxr3:1:avcodec will not.
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
46 These new features were added by XorA,
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
47 he usually hangs out in #dxr3 on
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
48 irc.openprojects.net, let him know
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
49 you like it...
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
50 -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
51 number (0 if one card)
4160
ac62f8534409 hw spu support for dxr3 - patch by David Holm
arpi
parents: 4096
diff changeset
52 -ac hwac3 For digital audio output instead of
ac62f8534409 hw spu support for dxr3 - patch by David Holm
arpi
parents: 4096
diff changeset
53 analog
5361
3e81a50e33ff XorA added the option of switching between fame/avcodec without
mswitch
parents: 4906
diff changeset
54 -vc mpegpes For hardware accelerated mpeg playback
4160
ac62f8534409 hw spu support for dxr3 - patch by David Holm
arpi
parents: 4096
diff changeset
55 -aop list=resample:fout=48000 If samplerate is below 44100Hz
4906
974cd3ff4f92 Added more info regarding sync and :noprebuffering
mswitch
parents: 4715
diff changeset
56 This does not work with digital audio
974cd3ff4f92 Added more info regarding sync and :noprebuffering
mswitch
parents: 4715
diff changeset
57 output (-ac hwac3)
2646
bbda31b5433b dxr3 instructions by David Holm <dholm@telia.com>
arpi
parents:
diff changeset
58
2770
b9732eaa82d9 DXR3 beta2 patch by David Holm.
atmos4
parents: 2646
diff changeset
59 MPEG-1, MPEG-2, VCD and DVD Notes
4096
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
60 There are some important notes to take into account here for optimum playback.
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
61 MPlayer currently does not autodetect that the dxr3 can playback mpegs. So for
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
62 mpeg files, dvd's and vcd's you have to add -vc mpegpes to tell mplayer that
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
63 you are using a hardware accelerator. Otherwise mplayer will decode the movie
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
64 in software, which is much slower.
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
65 Note that you cannot use -vc mpegpes with movies that aren't mpeg 1 or 2 or
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
66 you will get an error message saying "Can't find codec for video format...".
2646
bbda31b5433b dxr3 instructions by David Holm <dholm@telia.com>
arpi
parents:
diff changeset
67
4096
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
68
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
69 3. Contacting me
2646
bbda31b5433b dxr3 instructions by David Holm <dholm@telia.com>
arpi
parents:
diff changeset
70
2770
b9732eaa82d9 DXR3 beta2 patch by David Holm.
atmos4
parents: 2646
diff changeset
71 You can contact me either by e-mailing me, <dholm@iname.com> or by using
2646
bbda31b5433b dxr3 instructions by David Holm <dholm@telia.com>
arpi
parents:
diff changeset
72 icq: 798427
2770
b9732eaa82d9 DXR3 beta2 patch by David Holm.
atmos4
parents: 2646
diff changeset
73 Feedback, bugreports and general suggestions are appreciated (preferably
4096
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
74 by e-mail).