comparison etc/codecs.conf @ 36477:a44082ef4e12

Allow playback of ac3 and eac3 wav files with waveformatex header and guid.
author cehoyos
date Fri, 10 Jan 2014 12:15:59 +0000
parents 0ce8d148cf64
children 392ff24ee93c
comparison
equal deleted inserted replaced
36476:8bfadf8b7d3a 36477:a44082ef4e12
5608 status working 5608 status working
5609 format 0x2000 5609 format 0x2000
5610 fourcc ac-3 ; ac-3 in mp4 5610 fourcc ac-3 ; ac-3 in mp4
5611 fourcc AC-3 5611 fourcc AC-3
5612 format 0x20736D ; "ms\20" older ac3 fcc (MOV files) 5612 format 0x20736D ; "ms\20" older ac3 fcc (MOV files)
5613 format 0xE06D802C ; wav GUID
5613 fourcc dnet 5614 fourcc dnet
5614 fourcc sac3 5615 fourcc sac3
5615 driver ffmpeg 5616 driver ffmpeg
5616 dll ac3 5617 dll ac3
5617 5618
5620 audiocodec ffeac3 5621 audiocodec ffeac3
5621 info "FFmpeg E-AC-3" 5622 info "FFmpeg E-AC-3"
5622 status working 5623 status working
5623 fourcc EAC3 5624 fourcc EAC3
5624 fourcc ec-3 ; eac3 in mp4 5625 fourcc ec-3 ; eac3 in mp4
5626 format 0xA7FB87AF ; wav GUID
5625 driver ffmpeg 5627 driver ffmpeg
5626 dll eac3 5628 dll eac3
5627 5629
5628 audiocodec a52 5630 audiocodec a52
5629 info "AC3-liba52" 5631 info "AC3-liba52"
5630 status working 5632 status working
5631 format 0x2000 5633 format 0x2000
5632 fourcc ac-3 ; ac-3 in mp4 5634 fourcc ac-3 ; ac-3 in mp4
5633 fourcc AC-3 5635 fourcc AC-3
5634 format 0x20736D ; "ms\20" older ac3 fcc (MOV files) 5636 format 0x20736D ; "ms\20" older ac3 fcc (MOV files)
5637 format 0xE06D802C ; wav GUID
5635 fourcc dnet 5638 fourcc dnet
5636 fourcc sac3 5639 fourcc sac3
5637 driver liba52 5640 driver liba52
5638 dll "liba52" 5641 dll "liba52"
5639 5642