comparison etc/codecs.conf @ 28081:ae67134f7be2

add some fourcc's and ulead dv audio codec, fixes samples from: http://home.twmi.rr.com/compn//uncommon_audio_codecs.txt
author compn
date Mon, 08 Dec 2008 19:42:00 +0000
parents 323c1ddffdd6
children c1858d98bbeb
comparison
equal deleted inserted replaced
28080:0ab460f4e434 28081:ae67134f7be2
143 fourcc mx3n,mx3p 143 fourcc mx3n,mx3p
144 fourcc AVmp 144 fourcc AVmp
145 fourcc VCR2 145 fourcc VCR2
146 fourcc mp2v,mpgv 146 fourcc mp2v,mpgv
147 fourcc PIM2 147 fourcc PIM2
148 fourcc LMP2 ; Lead mpeg2 in avi
148 driver ffmpeg 149 driver ffmpeg
149 dll "mpeg2video" 150 dll "mpeg2video"
150 out YV12,I420,IYUV 151 out YV12,I420,IYUV
151 out 422P,444P 152 out 422P,444P
152 153
179 fourcc xd59 180 fourcc xd59
180 fourcc mx5n,mx4n,mx4p 181 fourcc mx5n,mx4n,mx4p
181 fourcc mx3n,mx3p 182 fourcc mx3n,mx3p
182 fourcc AVmp 183 fourcc AVmp
183 fourcc mp2v,mpgv 184 fourcc mp2v,mpgv
185 fourcc LMP2 ; Lead mpeg2 in avi
184 driver ffmpeg 186 driver ffmpeg
185 dll "mpegvideo" 187 dll "mpegvideo"
186 out YV12,I420,IYUV 188 out YV12,I420,IYUV
187 out 422P,444P 189 out 422P,444P
188 190
216 fourcc xd59 218 fourcc xd59
217 fourcc mx5n,mx4n,mx4p 219 fourcc mx5n,mx4n,mx4p
218 fourcc mx3n,mx3p 220 fourcc mx3n,mx3p
219 fourcc AVmp 221 fourcc AVmp
220 fourcc mp2v,mpgv 222 fourcc mp2v,mpgv
223 fourcc LMP2 ; Lead mpeg2 in avi
221 driver libmpeg2 224 driver libmpeg2
222 ; dll "libmpeg2" 225 ; dll "libmpeg2"
223 out YV12,I420,IYUV 226 out YV12,I420,IYUV
224 out 422P 227 out 422P
225 228
251 fourcc xd59 254 fourcc xd59
252 fourcc mx5n,mx4n,mx4p 255 fourcc mx5n,mx4n,mx4p
253 fourcc mx3n,mx3p 256 fourcc mx3n,mx3p
254 fourcc AVmp 257 fourcc AVmp
255 fourcc mp2v,mpgv 258 fourcc mp2v,mpgv
259 fourcc LMP2 ; Lead mpeg2 in avi
256 driver ffmpeg 260 driver ffmpeg
257 dll "mpegvideo_xvmc" 261 dll "mpegvideo_xvmc"
258 out IDCT_MPEG2 262 out IDCT_MPEG2
259 out MOCO_MPEG2 263 out MOCO_MPEG2
260 264
798 fourcc m4cc,M4CC 802 fourcc m4cc,M4CC
799 fourcc hdx4,HDX4 803 fourcc hdx4,HDX4
800 fourcc FVFW,fvfw 804 fourcc FVFW,fvfw
801 fourcc FFDS 805 fourcc FFDS
802 fourcc DCOD,MVXM,EM4A,PM4V 806 fourcc DCOD,MVXM,EM4A,PM4V
803 fourcc M4T3,DMK2 807 fourcc M4T3,DMK2,M4CC
804 driver ffmpeg 808 driver ffmpeg
805 dll mpeg4 ;opendivx 809 dll mpeg4 ;opendivx
806 out YV12,I420,IYUV 810 out YV12,I420,IYUV
807 811
808 videocodec ffwv1f 812 videocodec ffwv1f
3181 fourcc "VLB " ; Used in NSV, not really working 3185 fourcc "VLB " ; Used in NSV, not really working
3182 fourcc "AAC " ; Used in NSV 3186 fourcc "AAC " ; Used in NSV
3183 fourcc "AACP" ; Used in NSV for AACPlus 3187 fourcc "AACP" ; Used in NSV for AACPlus
3184 format 0xff 3188 format 0xff
3185 format 0x706D 3189 format 0x706D
3190 format 0x4143 ; aac in asf
3186 driver faad 3191 driver faad
3187 dll libfaad2 3192 dll libfaad2
3188 3193
3189 audiocodec ffaac 3194 audiocodec ffaac
3190 info "FFmpeg AAC (MPEG-2/MPEG-4 Audio) decoder" 3195 info "FFmpeg AAC (MPEG-2/MPEG-4 Audio) decoder"
3194 fourcc "AAC " ; Used in NSV 3199 fourcc "AAC " ; Used in NSV
3195 fourcc "AACP" ; Used in NSV for AACPlus 3200 fourcc "AACP" ; Used in NSV for AACPlus
3196 fourcc raac,racp 3201 fourcc raac,racp
3197 format 0xff 3202 format 0xff
3198 format 0x706D 3203 format 0x706D
3204 format 0x4143 ; aac in asf
3199 driver ffmpeg 3205 driver ffmpeg
3200 dll aac 3206 dll aac
3201 3207
3202 audiocodec ffflac 3208 audiocodec ffflac
3203 info "FFmpeg FLAC audio decoder" 3209 info "FFmpeg FLAC audio decoder"
3766 info "msn siren audio codec" 3772 info "msn siren audio codec"
3767 status working 3773 status working
3768 format 0x28E 3774 format 0x28E
3769 driver acm 3775 driver acm
3770 dll "sirenacm.dll" 3776 dll "sirenacm.dll"
3777
3778 audiocodec uleaddva
3779 info "Ulead DV ACM"
3780 status working
3781 format 0x215
3782 format 0x216
3783 driver acm
3784 dll "dvacm.acm"