Mercurial > mplayer.hg
annotate DOCS/DXR3 @ 4715:2674848bd897
*** empty log message ***
author | mswitch |
---|---|
date | Fri, 15 Feb 2002 10:43:21 +0000 |
parents | 63a172de2647 |
children | 974cd3ff4f92 |
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 |
4616 | 23 -vo dxr3:<devicenum> For video output :<devicenum> is not needed unless |
24 you have more than one em8300 device in your computer | |
25 -vo dxr3:noprebuf Turn of prebuffering. This is only needed if you are | |
26 having sync issues with normal playback, this will | |
27 make playback appear less smooth and will not use all | |
28 available cpu power when playing non-mpeg content. | |
29 Note: With prebuffering A-V: should be negative, if | |
30 it's nonnegative your computer is too slow to | |
31 properly play the video and you should disble | |
32 prebuffering if you have sync issues. | |
33 Without prebuffering this value should stay | |
34 close to 0 at all times. | |
35 Note2: Some very fast computers seems to have issues | |
36 with prebuffering. Blame Sigma for that ;). | |
37 You can safely use :noprebuf since your machines | |
38 are fast enough to give you smooth playback anyway. | |
4160 | 39 -ao oss:<devicefile> For audio output |
40 -ac hwac3 For digital audio output instead of | |
41 analog | |
42 -vc mpegpes For mpeg playback | |
43 -aop list=resample:fout=48000 If samplerate is below 44100Hz | |
4616 | 44 This does not work with digital audio output |
45 (-ac hwac3) | |
4160 | 46 <devicenum> Number of device to use for playback |
47 (if you have more than one card.). | |
48 This can usually be left out (-vo dxr3). | |
49 Mandrake 8.1 uses devfs by default. If | |
50 you are running mandrake 8.1 please use | |
51 -vo dxr3:0 | |
52 <devicefile> Normally /dev/em8300_ma or | |
53 /dev/em8300_ma-<devicenum> | |
54 (-ao dxr3:/dev/em8300_ma). If left out | |
55 the default oss device will be used | |
56 (normally soundcard). | |
2646 | 57 |
2770 | 58 MPEG-1, MPEG-2, VCD and DVD Notes |
4096 | 59 There are some important notes to take into account here for optimum playback. |
60 MPlayer currently does not autodetect that the dxr3 can playback mpegs. So for | |
61 mpeg files, dvd's and vcd's you have to add -vc mpegpes to tell mplayer that | |
62 you are using a hardware accelerator. Otherwise mplayer will decode the movie | |
63 in software, which is much slower. | |
64 Note that you cannot use -vc mpegpes with movies that aren't mpeg 1 or 2 or | |
65 you will get an error message saying "Can't find codec for video format...". | |
2646 | 66 |
4096 | 67 * If you run mplayer as root, or set userid root it will use your pc's internal |
68 realtime clockgenerator for syncing. (If your kernel supports it (It's | |
69 located in character devices and called "Enhanced realtime clock support")). | |
70 Some people report that this has improved playback (which it should), but | |
71 others have had problems with it. You will have to experiment yourself with | |
72 this to find your optimum setup. | |
3330
aba69e4a76b8
Update regarding linmp1e usage, submitted by D: Holm
atmos4
parents:
3208
diff
changeset
|
73 |
aba69e4a76b8
Update regarding linmp1e usage, submitted by D: Holm
atmos4
parents:
3208
diff
changeset
|
74 |
4096 | 75 |
76 3. Contacting me | |
2646 | 77 |
2770 | 78 You can contact me either by e-mailing me, <dholm@iname.com> or by using |
2646 | 79 icq: 798427 |
2770 | 80 Feedback, bugreports and general suggestions are appreciated (preferably |
4096 | 81 by e-mail). |