From 2be34dbd953460d0dde2b5fc9d1bc1d309cdfa2d Mon Sep 17 00:00:00 2001 From: mswitch Date: Sun, 31 Mar 2002 20:07:38 +0000 Subject: Updated git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5427 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/DXR3 | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/DOCS/DXR3 b/DOCS/DXR3 index 8206b9b911..9430270215 100644 --- a/DOCS/DXR3 +++ b/DOCS/DXR3 @@ -13,7 +13,8 @@ harddisk. not in the root dir) * Run /configure and make sure that DXR3/H+ support = yes - if you want to play files other than mpeg libmp1e should be = yes as well + if you want to play files other than mpeg I highly recommend you install + libavcodec as well (Read DOCS/codecs.html for more info). From here on compilation (of at least my code ;) should go without any problems. @@ -51,20 +52,22 @@ harddisk. number (0 if one card) -ac hwac3 For digital audio output instead of analog - -vc mpegpes For hardware accelerated mpeg playback - -aop list=resample:fout=48000 If samplerate is below 44100Hz + -vc mpegpes Force hardware acceleration, only works + with mpeg1/2 + -aop list=resample:fout=xxxxx If samplerate is below 44100Hz, select + either 44100 or 48000 depending on + which which one matches closest. I.e. + if the movie uses 22050 use 44100 as + 44100 / 2 = 22050, if it's 24000 use + 48000 as 48000 / 2 = 24000 and so on. This does not work with digital audio output (-ac hwac3) MPEG-1, MPEG-2, VCD and DVD Notes -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...". - +MPEG 1/2 content should now automatically be detected by mplayer and it will +use the hardware acceleration of the DXR3 to play it. If not, you can force +it to hardware acceleration with -vc mpegpes. Also, if you plan to use any +postprocessing filters you must use -vc mpeg12. 3. Contacting me -- cgit v1.2.3