comparison DOCS/DXR3 @ 5426:d72dc493c5d3

Updated
author mswitch
date Sun, 31 Mar 2002 20:07:38 +0000
parents 3e81a50e33ff
children 91d4b2745e9e
comparison
equal deleted inserted replaced
5425:f3a451b6f794 5426:d72dc493c5d3
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 dir)
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 libmp1e should be = yes as well 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 18
18 From here on compilation (of at least my code ;) should go without any 19 From here on compilation (of at least my code ;) should go without any
19 problems. 20 problems.
20 21
21 22
49 you like it... 50 you like it...
50 -ao oss:/dev/em8300_ma-X For audio output, where X is the device 51 -ao oss:/dev/em8300_ma-X For audio output, where X is the device
51 number (0 if one card) 52 number (0 if one card)
52 -ac hwac3 For digital audio output instead of 53 -ac hwac3 For digital audio output instead of
53 analog 54 analog
54 -vc mpegpes For hardware accelerated mpeg playback 55 -vc mpegpes Force hardware acceleration, only works
55 -aop list=resample:fout=48000 If samplerate is below 44100Hz 56 with mpeg1/2
57 -aop list=resample:fout=xxxxx If samplerate is below 44100Hz, select
58 either 44100 or 48000 depending on
59 which which one matches closest. I.e.
60 if the movie uses 22050 use 44100 as
61 44100 / 2 = 22050, if it's 24000 use
62 48000 as 48000 / 2 = 24000 and so on.
56 This does not work with digital audio 63 This does not work with digital audio
57 output (-ac hwac3) 64 output (-ac hwac3)
58 65
59 MPEG-1, MPEG-2, VCD and DVD Notes 66 MPEG-1, MPEG-2, VCD and DVD Notes
60 There are some important notes to take into account here for optimum playback. 67 MPEG 1/2 content should now automatically be detected by mplayer and it will
61 MPlayer currently does not autodetect that the dxr3 can playback mpegs. So for 68 use the hardware acceleration of the DXR3 to play it. If not, you can force
62 mpeg files, dvd's and vcd's you have to add -vc mpegpes to tell mplayer that 69 it to hardware acceleration with -vc mpegpes. Also, if you plan to use any
63 you are using a hardware accelerator. Otherwise mplayer will decode the movie 70 postprocessing filters you must use -vc mpeg12.
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...".
67
68 71
69 3. Contacting me 72 3. Contacting me
70 73
71 You can contact me either by e-mailing me, <dholm@iname.com> or by using 74 You can contact me either by e-mailing me, <dholm@iname.com> or by using
72 icq: 798427 75 icq: 798427