[MPlayer-users] Re: quicktime 'twos' and 'mac6' audio problems
adland
adland123 at yahoo.com
Sun Mar 21 22:27:35 CET 2004
> Audio bits: 8 chans: 2 rate: 44100
> Audio header: samp/pack=6 bytes/pack=1 bytes/frame=2 bytes/samp=1
> MOV: Found unknown audio atom �?-Fourcc: MAC6
in etc/codecs.conf the twos fourcc is listed as uncompressed pcm
audiocodec pcm
info "Uncompressed PCM"
status working
format 0x1
format 0x20776172 ; "raw " (MOV files)
format 0x736f7774 ; "twos" (MOV files)
format 0x74776f73 ; "sowt" (MOV files)
driver pcm
audiocodec ffmac6
info "Macintosh Audio Compression and Expansion 6:1"
status untested
fourcc "MAC6"
driver ffmpeg
dll "mace6"
unsure could be something in code demuxing the mov file audio track
libmpdemux/demux_mov.c
looks like it was looking for esds in the audio track and found MAC6
instead
More information about the MPlayer-users
mailing list