[MPlayer-users] DXR3 and digital out
Dirk Meyer
dmeyer at tzi.de
Wed Jan 30 17:59:02 CET 2002
Hi,
first of all: mplayer is great. And with the DXR3 I have a nice
TV-out. But I have problems with the digital out.
When I start mplayer with analog out, everything works fine:
babylon-> mplayer -vo dxr3:0 -vc mpegpes -ao oss:/dev/em8300_ma test.mpg
MPlayer CVS-020125-06:00-3.0.2 (C) 2000-2002 Arpad Gereoffy (see DOCS!)
<snip>
mp3lib: made decode tables with MMX optimization
init layer2&3 finished, tables done
mp3lib: using 3DNow!Ex optimized decore!
MPEG 1.0, Layer II, 44100 Hz 224 kbit Stereo, BPF: 731
Channels: 2, copyright: No, original: No, CRC: No, emphasis: 0
AUDIO: srate=44100 chans=2 bps=2 sfmt=0x10 ratio: 28000->176400
Forcing video codec: [mpegpes] drv:1 prio:0 (Mpeg PES output (.mpg or DVB card))
mp_image: Unknown out_fmt: 0x4D504553
mpeg2dec-0.2.0-release (C) 2000-2001 Aaron Holtzman & Michel Lespinasse
libmpeg2: Using MMXEXT for IDCT transform
libmpeg2: Using MMXEXT for motion compensation
Movie-Aspect is 1.33:1 - prescaling to correct movie aspect.
VO: [dxr3] 480x576 => 768x576 Mpeg PES
VO: [dxr3] Opened /dev/em8300_mv-0
VO: [dxr3] Setting aspect ratio to 4:3
VO: [dxr3] Format: MPEG-PES (no conversion needed)
AO: [oss] 44100Hz Stereo Signed 16-bit (Little-Endian)
ao2: 44100 Hz 2 chans Signed 16-bit (Little-Endian)
audio_setup: sample format: Signed 16-bit (Little-Endian) (requested: Signed 16-bit (Little-Endian))
audio_setup: using 2 channels (requested: 2)
audio_setup: using 44100 Hz samplerate (requested: 44100)
audio_setup: frags: 15/16 (4096 bytes/frag) free: 65536
Start playing...
Now I want to switch to digital out because my receiver is configured
with digital in. After RTFM I found the hwac3-option. I don't know
what AC3 is (everything digital or only 5.1-Sound).
babylon-> mplayer -vo dxr3:0 -vc mpegpes -ao oss:/dev/em8300_ma -ac hwac3 test.mpg
MPlayer CVS-020125-06:00-3.0.2 (C) 2000-2002 Arpad Gereoffy (see DOCS!)
CPU vendor name: AuthenticAMD max cpuid level: 1
CPU: Advanced Micro Devices Duron SF Spitfire (Type: 6, Stepping: 1)
extended cpuid-level: 6
CPUflags: Type: 6 MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 0 SSE2: 0
Compiled for x86 CPU with features: MMX MMX2 3DNow 3DNowEx
Reading /home/dmeyer/.mplayer/codecs.conf: can't open '/home/dmeyer/.mplayer/codecs.conf': No such file or directory
Reading /usr/local/share/mplayer/codecs.conf: 28 audio & 75 video codecs
font: can't open file: /home/dmeyer/.mplayer/font/font.desc
font: can't open file: /usr/local/share/mplayer/font/font.desc
Linux RTC init: ioctl (rtc_pie_on): Permission denied
Using usleep() timing
Playing test.mpg
Not an URL!
header block 1 size: 0
Detected MPEG-PS file format!
VIDEO: MPEG2 480x576 (aspect 2) 25.00 fps 3125.0 kbps (390.6 kbyte/s)
[V] filefmt:2 fourcc:0x10000002 size:480x576 fps:25.00 ftime:=0.0400
Can't find codec for audio format 0x50 !
*** Try to upgrade /home/dmeyer/.mplayer/codecs.conf from etc/codecs.conf
*** If it's still not OK, then read DOCS/codecs.html!
Forcing video codec: [mpegpes] drv:1 prio:0 (Mpeg PES output (.mpg or DVB card))
mp_image: Unknown out_fmt: 0x4D504553
mpeg2dec-0.2.0-release (C) 2000-2001 Aaron Holtzman & Michel Lespinasse
libmpeg2: Using MMXEXT for IDCT transform
libmpeg2: Using MMXEXT for motion compensation
Movie-Aspect is 1.33:1 - prescaling to correct movie aspect.
VO: [dxr3] 480x576 => 768x576 Mpeg PES
VO: [dxr3] Opened /dev/em8300_mv-0
VO: [dxr3] Setting aspect ratio to 4:3
VO: [dxr3] Format: MPEG-PES (no conversion needed)
Audio: no sound!!!
Start playing...
OK, /home/dmeyer/.mplayer/codecs.conf doesn't exists, the global
config is new (off cause, make install put it there). Why can't I
decode the audio, or better: Why decode the audio? The DXR3 is
supposed to do that.
After that I switched to a DVD with 5.1-Sound. Playing it with analog
audio works fine, with digital audio I got no audio at all and
DVD successfully opened!
[open] audio stream: 0 audio format: ac3 language: en aid: 128
[open] audio stream: 1 audio format: ac3 language: de aid: 129
[open] audio stream: 2 audio format: ac3 language: en aid: 130
<snip>
==> Found audio stream: 130
<snip>
AO: [oss] 48000Hz Mono AC3
AO: Description: OSS/ioctl audio output
AO: Author: A'rpi
ao2: 48000 Hz 1 chans AC3
audio_setup: sample format: AC3 (requested: AC3)
audio_setup: frags: 15/16 (4096 bytes/frag) free: 65536
Start playing...
==> Found audio stream: 129
==> Found audio stream: 128
==> Found subtitle: 2
==> Found subtitle: 3: 0.048 ct: -0.047 122/122 10% 1% 6.3% 9 0 0%
A: 10.4 V: 7.4 A-V: 2.940 ct: 0.116 182/182 16% 21% 9.5% 50 0 0%
************************************************
**** Your system is too SLOW to play this! ****
************************************************
Why is my system to slow? I thought the DXR3 will decode the audio?
And why "AO: [oss] 48000Hz Mono AC3"? It's 5.1 digital.
I hope I haven't overlooked something in the manual and you can help
me. If you need the hole traces, please say so.
Dirk
--
A black cat crossing your path signifies that the animal is going somewhere.
-- Groucho Marx
More information about the MPlayer-users
mailing list