Opened 13 years ago

Last modified 13 years ago

#1828 new defect

ac3 in wav not detected by mplayer

Reported by: compn Owned by: reimar
Priority: normal Component: demuxer
Version: HEAD Severity: normal
Keywords: Cc:
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

F:\>mplayerx SURROUNDTEST_DD_640.wav
MPlayer SVN-r32659-4.5.1 (C) 2000-2010 MPlayer Team
161 audio & 353 video codecs

Playing SURROUNDTEST_DD_640.wav.
Audio only file format detected.
==========================================================================
Trying to force audio codec driver family ffmpeg...
Opening audio decoder: [pcm] Uncompressed PCM audio decoder
AUDIO: 44100 Hz, 2 ch, s16le, 1411.2 kbit/100.00% (ratio: 176400->176400)
Selected audio codec: [pcm] afm: pcm (Uncompressed PCM)
==========================================================================
AO: [dsound] 44100Hz 2ch s16le (2 bytes per sample)
Video: no video
Starting playback...
A: 0.5 (00.4) of 126.0 (02:06.0) 0.1%

Exiting... (Quit)

forcing -ac +ffac3 gives:
[ac3 @ 00ee4934]frame sync error
[ac3 @ 00ee4934]frame sync error
[ac3 @ 00ee4934]frame sync error
and no sound

ffplay cannot detect it,
ffmpeg -f ac3 out.wav -i SURROUNDTEST_DD_640.wav also fails with lots of errors.

not sure if there is anything that can play this sample.

Change History (1)

comment:1 by reimar, 13 years ago

Plays with
-demuxer lavf -lavfdopts format=spdif

Note: See TracTickets for help on using tickets.