2002-01-11 22:31:36 +00:00
|
|
|
How to use a Sigma Designs Hollywood Plus and/or a Creative DXR3 by David Holm
|
|
|
|
==============================================================================
|
2001-11-03 02:43:37 +00:00
|
|
|
|
2002-02-02 17:20:53 +00:00
|
|
|
Thanks goes out to Daniel Bell for the donation of a brand new 20GB IBM
|
|
|
|
harddisk.
|
|
|
|
|
2002-01-11 22:31:36 +00:00
|
|
|
1. Requirements
|
2001-11-03 02:43:37 +00:00
|
|
|
|
2001-12-05 00:30:17 +00:00
|
|
|
* First of all you will need the DXR3/H+ drivers properly installed.
|
2002-03-26 18:47:42 +00:00
|
|
|
Version 0.12.0 or later. You can find it at
|
2002-01-11 22:31:36 +00:00
|
|
|
http://dxr3.sourceforge.net/
|
2002-03-26 18:47:42 +00:00
|
|
|
(you only need to run "make install devices" in em8300-x.y.z/modules
|
|
|
|
not in the root dir)
|
2001-12-05 00:30:17 +00:00
|
|
|
|
|
|
|
* Run <mplayerdir>/configure and make sure that DXR3/H+ support = yes
|
2002-01-11 22:31:36 +00:00
|
|
|
if you want to play files other than mpeg libmp1e should be = yes as well
|
2001-11-03 02:43:37 +00:00
|
|
|
|
2001-11-29 19:18:48 +00:00
|
|
|
From here on compilation (of at least my code ;) should go without any
|
2001-11-03 02:43:37 +00:00
|
|
|
problems.
|
|
|
|
|
|
|
|
|
2001-11-08 21:51:28 +00:00
|
|
|
|
2002-01-11 22:31:36 +00:00
|
|
|
2. Usage
|
2002-03-26 18:47:42 +00:00
|
|
|
-vo dxr3:<noprebuf>:<codec>:<device>Where noprebuf specifies to turn off
|
|
|
|
prebuffering. This is done automatically
|
|
|
|
on athlons. If playback is out of sync
|
|
|
|
try disabling prebuffering. If noprebuf
|
|
|
|
is left out prebuffering is enabled
|
|
|
|
(except on athlons).
|
|
|
|
|
|
|
|
<codec> = fame/avcodec, avcodec produces
|
|
|
|
better quality output, but fame is
|
|
|
|
faster for those of you with slow
|
|
|
|
machines. The default is to use
|
|
|
|
libavcodec. Note that you need
|
|
|
|
libavcodec properly installed (read
|
|
|
|
DOCS/codecs.html)
|
|
|
|
|
|
|
|
<device> = device number to use in case
|
|
|
|
you have more than one em8300 card
|
|
|
|
|
|
|
|
Any of these options may be left out,
|
|
|
|
but they must be specified in this order
|
|
|
|
i.e. dxr3:fame works, dxr3:1 works but
|
|
|
|
dxr3:1:avcodec will not.
|
|
|
|
These new features were added by XorA,
|
|
|
|
he usually hangs out in #dxr3 on
|
|
|
|
irc.openprojects.net, let him know
|
|
|
|
you like it...
|
|
|
|
-ao oss:/dev/em8300_ma-X For audio output, where X is the device
|
|
|
|
number (0 if one card)
|
2002-01-15 00:23:16 +00:00
|
|
|
-ac hwac3 For digital audio output instead of
|
|
|
|
analog
|
2002-03-26 18:47:42 +00:00
|
|
|
-vc mpegpes For hardware accelerated mpeg playback
|
2002-01-15 00:23:16 +00:00
|
|
|
-aop list=resample:fout=48000 If samplerate is below 44100Hz
|
2002-03-01 14:18:32 +00:00
|
|
|
This does not work with digital audio
|
|
|
|
output (-ac hwac3)
|
2001-11-03 02:43:37 +00:00
|
|
|
|
2001-11-08 21:51:28 +00:00
|
|
|
MPEG-1, MPEG-2, VCD and DVD Notes
|
2002-01-11 22:31:36 +00:00
|
|
|
There are some important notes to take into account here for optimum playback.
|
|
|
|
MPlayer currently does not autodetect that the dxr3 can playback mpegs. So for
|
|
|
|
mpeg files, dvd's and vcd's you have to add -vc mpegpes to tell mplayer that
|
|
|
|
you are using a hardware accelerator. Otherwise mplayer will decode the movie
|
|
|
|
in software, which is much slower.
|
|
|
|
Note that you cannot use -vc mpegpes with movies that aren't mpeg 1 or 2 or
|
|
|
|
you will get an error message saying "Can't find codec for video format...".
|
2001-11-03 02:43:37 +00:00
|
|
|
|
2001-12-05 00:30:17 +00:00
|
|
|
|
2002-01-11 22:31:36 +00:00
|
|
|
3. Contacting me
|
2001-11-03 02:43:37 +00:00
|
|
|
|
2001-11-08 21:51:28 +00:00
|
|
|
You can contact me either by e-mailing me, <dholm@iname.com> or by using
|
2001-11-03 02:43:37 +00:00
|
|
|
icq: 798427
|
2001-11-08 21:51:28 +00:00
|
|
|
Feedback, bugreports and general suggestions are appreciated (preferably
|
2002-01-11 22:31:36 +00:00
|
|
|
by e-mail).
|