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