comparison etc/codecs.conf @ 30637:0947ead7e81b

FFmpeg supports Bink, let MPlayer play it as well
author kostya
date Sun, 21 Feb 2010 13:38:55 +0000
parents 82e4e386fdc5
children 056d0932b4dc
comparison
equal deleted inserted replaced
30636:93379281129d 30637:0947ead7e81b
6 release 20090308 6 release 20090308
7 7
8 ;============================================================================= 8 ;=============================================================================
9 ; VIDEO CODECS 9 ; VIDEO CODECS
10 ;============================================================================= 10 ;=============================================================================
11
12 videocodec ffbinkvideo
13 info "FFmpeg Bink Video"
14 status working
15 fourcc BIKf ; internal MPlayer FourCC
16 fourcc BIKg ; internal MPlayer FourCC
17 fourcc BIKh ; internal MPlayer FourCC
18 fourcc BIKi ; internal MPlayer FourCC
19 driver ffmpeg
20 dll binkvideo
21 out YV12
11 22
12 videocodec ffcdgraphics 23 videocodec ffcdgraphics
13 info "FFmpeg CD-Graphics" 24 info "FFmpeg CD-Graphics"
14 status working 25 status working
15 fourcc CDGR ; internal MPlayer FourCC 26 fourcc CDGR ; internal MPlayer FourCC
3754 status buggy 3765 status buggy
3755 fourcc SMKA 3766 fourcc SMKA
3756 driver ffmpeg 3767 driver ffmpeg
3757 dll "smackaud" 3768 dll "smackaud"
3758 3769
3770 audiocodec ffbinkdctaud
3771 info "FFmpeg Bink Audio (DCT)"
3772 status buggy
3773 fourcc BAU1 ; internal MPlayer FourCC
3774 driver ffmpeg
3775 dll "binkaudio_dct"
3776
3777 audiocodec ffbinkrdftaud
3778 info "FFmpeg Bink Audio (RDFT)"
3779 status working
3780 fourcc BAU2 ; internal MPlayer FourCC
3781 driver ffmpeg
3782 dll "binkaudio_rdft"
3783
3759 audiocodec ffdsicinaudio 3784 audiocodec ffdsicinaudio
3760 info "FFmpeg Delphine CIN audio" 3785 info "FFmpeg Delphine CIN audio"
3761 status working 3786 status working
3762 fourcc DCIA ; internal MPlayer FourCC 3787 fourcc DCIA ; internal MPlayer FourCC
3763 driver ffmpeg 3788 driver ffmpeg