Mercurial > mplayer.hg
comparison DOCS/DXR3 @ 6251:1107d4af27e9
rewording/cosmetics patch by Diego Biurrun
author | arpi |
---|---|
date | Fri, 31 May 2002 22:02:55 +0000 |
parents | 906f71d77191 |
children |
comparison
equal
deleted
inserted
replaced
6250:a279d7427ed8 | 6251:1107d4af27e9 |
---|---|
1 How to use a Sigma Designs Hollywood Plus and/or a Creative DXR3 by David Holm | 1 How to use a Sigma Designs Hollywood Plus and/or a Creative DXR3 (by David Holm) |
2 ============================================================================== | 2 ================================================================================ |
3 | 3 |
4 Thanks goes out to Daniel Bell for the donation of a brand new 20GB IBM | 4 Thanks goes out to Daniel Bell for the donation of a brand new 20GB IBM |
5 harddisk. | 5 harddisk. |
6 | 6 |
7 1. Requirements | 7 1. Requirements |
8 | 8 |
9 * First of all you will need the DXR3/H+ drivers properly installed. | 9 * First of all you will need properly installed DXR3/H+ drivers, version |
10 Version 0.12.0 or later. You can find it at | 10 0.12.0 or later. You can find them at |
11 http://dxr3.sourceforge.net/ | 11 http://dxr3.sourceforge.net/ |
12 (you only need to run "make install devices" in em8300-x.y.z/modules | 12 (You only need to run "make install devices" in em8300-x.y.z/modules, |
13 not in the root dir) | 13 not in the root directory.) |
14 | 14 |
15 * Run <mplayerdir>/configure and make sure that DXR3/H+ support = yes | 15 * Run <mplayerdir>/configure and make sure that DXR3/H+ support = yes. |
16 if you want to play files other than mpeg I highly recommend you install | 16 If you want to play files other than MPEG I highly recommend you install |
17 libavcodec as well (Read DOCS/codecs.html for more info). | 17 libavcodec as well (Read DOCS/codecs.html for more info). |
18 | 18 |
19 From here on compilation (of at least my code ;) should go without any | 19 From here on compilation (at least of my code ;)) should go without any |
20 problems. | 20 problems. |
21 | 21 |
22 | 22 |
23 | 23 |
24 2. Usage | 24 2. Usage |
25 -vo dxr3:<noprebuf>:<codec>:<device>Where noprebuf specifies to turn off | 25 |
26 prebuffering. This is done automatically | 26 -vo dxr3:<noprebuf>:<codec>:<device> Where noprebuf specifies turning off |
27 on athlons. If playback is out of sync | 27 prebuffering. This is done automatically |
28 on Athlons. If playback is out of sync | |
28 try disabling prebuffering. If noprebuf | 29 try disabling prebuffering. If noprebuf |
29 is left out prebuffering is enabled | 30 is left out prebuffering is enabled |
30 (except on athlons). | 31 (except on Athlons). |
31 | 32 |
32 <codec> = fame/avcodec, avcodec produces | 33 <codec> = fame/avcodec, avcodec produces |
33 better quality output, but fame is | 34 better quality output, but fame is |
34 faster for those of you with slow | 35 faster for those of you with slow |
35 machines. The default is to use | 36 machines. The default is to use |
36 libavcodec. Note that you need | 37 libavcodec. Note that you need |
37 libavcodec properly installed (read | 38 properly installed libavcodec (read |
38 DOCS/codecs.html) | 39 DOCS/codecs.html) |
39 | 40 |
40 <device> = device number to use in case | 41 <device> = device number to use in case |
41 you have more than one em8300 card | 42 you have more than one em8300 card |
42 | 43 |
46 dxr3:1:avcodec will not. | 47 dxr3:1:avcodec will not. |
47 These new features were added by XorA, | 48 These new features were added by XorA, |
48 he usually hangs out in #dxr3 on | 49 he usually hangs out in #dxr3 on |
49 irc.openprojects.net, let him know | 50 irc.openprojects.net, let him know |
50 you like it... | 51 you like it... |
51 -ao oss:/dev/em8300_ma-X For audio output, where X is the device | 52 |
52 number (0 if one card) | 53 -ao oss:/dev/em8300_ma-X For audio output, where X is the device |
53 -ac hwac3 For digital audio output instead of | 54 number (0 if one card). |
54 analog | 55 |
55 -vc mpegpes Force hardware acceleration, only works | 56 -ac hwac3 For digital instead of analog audio |
56 with mpeg1/2 | 57 output. |
57 -aop list=resample:fout=xxxxx If samplerate is below 44100Hz, select | 58 |
58 either 44100 or 48000 depending on | 59 -vc mpegpes Force hardware acceleration, only works |
60 with MPEG1/2. | |
61 | |
62 -aop list=resample:fout=xxxxx If sample rate is below 44100Hz, select | |
63 either 44100Hz or 48000Hz depending on | |
59 which which one matches closest. I.e. | 64 which which one matches closest. I.e. |
60 if the movie uses 22050 use 44100 as | 65 if the movie uses 22050Hz use 44100Hz as |
61 44100 / 2 = 22050, if it's 24000 use | 66 44100 / 2 = 22050, if it is 24000Hz use |
62 48000 as 48000 / 2 = 24000 and so on. | 67 48000Hz as 48000 / 2 = 24000 and so on. |
63 This does not work with digital audio | 68 This does not work with digital audio |
64 output (-ac hwac3) | 69 output (-ac hwac3). |
70 | |
65 | 71 |
66 Overlay | 72 Overlay |
67 To get overlay run dxr3view that comes with the em8300 package before staring | 73 |
68 mplayer. You can set various options in dxr3view by pressing T while holding | 74 To get overlay run dxr3view that comes with the em8300 package before starting |
75 MPlayer. You can set various options in dxr3view by pressing T while holding | |
69 the mouse cursor above the window. | 76 the mouse cursor above the window. |
70 | 77 |
78 | |
71 MPEG-1, MPEG-2, VCD and DVD Notes | 79 MPEG-1, MPEG-2, VCD and DVD Notes |
72 MPEG 1/2 content should now automatically be detected by mplayer and it will | 80 |
81 MPEG 1/2 content should now automatically be detected by MPlayer and it will | |
73 use the hardware acceleration of the DXR3 to play it. If not, you can force | 82 use the hardware acceleration of the DXR3 to play it. If not, you can force |
74 it to hardware acceleration with -vc mpegpes. Also, if you plan to use any | 83 it to hardware acceleration with '-vc mpegpes'. Also, if you plan to use any |
75 postprocessing filters you must use -vc mpeg12. | 84 postprocessing filters you must use '-vc mpeg12'. |
85 | |
86 In some instances, subtitles may not appear properly in sync with the A/V stream | |
87 when using hardware decoding ('-vc mpegpes'). This is a known bug. The em8300 | |
88 will also improperly handle subtitles that are too big, and may hang for a second | |
89 or two. At this time, the only workaround is to use '-vc mpeg12' when viewing | |
90 DVDs with subtitles. | |
76 | 91 |
77 3. Contacting me | 92 3. Contacting me |
78 | 93 |
79 You can contact me either by e-mailing me, <dholm@telia.com> or by using | 94 You can contact me either by e-mailing <dholm@telia.com> or by using |
80 icq: 798427 | 95 ICQ: 798427 |
81 Feedback, bugreports and general suggestions are appreciated (preferably | 96 Feedback, bug reports and general suggestions are appreciated (preferably |
82 by e-mail). | 97 by e-mail). |