Mercurial > mplayer.hg
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 |
rev | line source |
---|---|
4096 | 1 How to use a Sigma Designs Hollywood Plus and/or a Creative DXR3 by David Holm |
2 ============================================================================== | |
2646 | 3 |
4478 | 4 Thanks goes out to Daniel Bell for the donation of a brand new 20GB IBM |
5 harddisk. | |
6 | |
4096 | 7 1. Requirements |
2646 | 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 | 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 | 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 | 16 if you want to play files other than mpeg libmp1e should be = yes as well |
2646 | 17 |
3208 | 18 From here on compilation (of at least my code ;) should go without any |
2646 | 19 problems. |
20 | |
21 | |
2770 | 22 |
4096 | 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 | 52 -ac hwac3 For digital audio output instead of |
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 | 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 | 58 |
2770 | 59 MPEG-1, MPEG-2, VCD and DVD Notes |
4096 | 60 There are some important notes to take into account here for optimum playback. |
61 MPlayer currently does not autodetect that the dxr3 can playback mpegs. So for | |
62 mpeg files, dvd's and vcd's you have to add -vc mpegpes to tell mplayer that | |
63 you are using a hardware accelerator. Otherwise mplayer will decode the movie | |
64 in software, which is much slower. | |
65 Note that you cannot use -vc mpegpes with movies that aren't mpeg 1 or 2 or | |
66 you will get an error message saying "Can't find codec for video format...". | |
2646 | 67 |
4096 | 68 |
69 3. Contacting me | |
2646 | 70 |
2770 | 71 You can contact me either by e-mailing me, <dholm@iname.com> or by using |
2646 | 72 icq: 798427 |
2770 | 73 Feedback, bugreports and general suggestions are appreciated (preferably |
4096 | 74 by e-mail). |