Mercurial > mplayer.hg
annotate DOCS/DXR3 @ 4478:38d3954edb48
applied David Holm's patch
author | gabucino |
---|---|
date | Sat, 02 Feb 2002 17:20:53 +0000 |
parents | ac62f8534409 |
children | 3de1716478e8 |
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. |
4096 | 10 Version 0.10.0 or later. You can find it at |
11 http://dxr3.sourceforge.net/ | |
2646 | 12 |
3330
aba69e4a76b8
Update regarding linmp1e usage, submitted by D: Holm
atmos4
parents:
3208
diff
changeset
|
13 * Run <mplayerdir>/configure and make sure that DXR3/H+ support = yes |
4096 | 14 if you want to play files other than mpeg libmp1e should be = yes as well |
2646 | 15 |
3208 | 16 From here on compilation (of at least my code ;) should go without any |
2646 | 17 problems. |
18 | |
19 | |
2770 | 20 |
4096 | 21 2. Usage |
2646 | 22 |
4160 | 23 -vo dxr3:<devicenum> For video output |
24 -ao oss:<devicefile> For audio output | |
25 -ac hwac3 For digital audio output instead of | |
26 analog | |
27 -vc mpegpes For mpeg playback | |
28 -aop list=resample:fout=48000 If samplerate is below 44100Hz | |
29 <devicenum> Number of device to use for playback | |
30 (if you have more than one card.). | |
31 This can usually be left out (-vo dxr3). | |
32 Mandrake 8.1 uses devfs by default. If | |
33 you are running mandrake 8.1 please use | |
34 -vo dxr3:0 | |
35 <devicefile> Normally /dev/em8300_ma or | |
36 /dev/em8300_ma-<devicenum> | |
37 (-ao dxr3:/dev/em8300_ma). If left out | |
38 the default oss device will be used | |
39 (normally soundcard). | |
2646 | 40 |
2770 | 41 MPEG-1, MPEG-2, VCD and DVD Notes |
4096 | 42 There are some important notes to take into account here for optimum playback. |
43 MPlayer currently does not autodetect that the dxr3 can playback mpegs. So for | |
44 mpeg files, dvd's and vcd's you have to add -vc mpegpes to tell mplayer that | |
45 you are using a hardware accelerator. Otherwise mplayer will decode the movie | |
46 in software, which is much slower. | |
47 Note that you cannot use -vc mpegpes with movies that aren't mpeg 1 or 2 or | |
48 you will get an error message saying "Can't find codec for video format...". | |
2646 | 49 |
4096 | 50 * If you run mplayer as root, or set userid root it will use your pc's internal |
51 realtime clockgenerator for syncing. (If your kernel supports it (It's | |
52 located in character devices and called "Enhanced realtime clock support")). | |
53 Some people report that this has improved playback (which it should), but | |
54 others have had problems with it. You will have to experiment yourself with | |
55 this to find your optimum setup. | |
3330
aba69e4a76b8
Update regarding linmp1e usage, submitted by D: Holm
atmos4
parents:
3208
diff
changeset
|
56 |
aba69e4a76b8
Update regarding linmp1e usage, submitted by D: Holm
atmos4
parents:
3208
diff
changeset
|
57 |
4096 | 58 |
59 3. Contacting me | |
2646 | 60 |
2770 | 61 You can contact me either by e-mailing me, <dholm@iname.com> or by using |
2646 | 62 icq: 798427 |
2770 | 63 Feedback, bugreports and general suggestions are appreciated (preferably |
4096 | 64 by e-mail). |