comparison etc/codecs.conf @ 36448:10a58d3ec0ef

more binary codecs, patch by David Spreadborough
author compn
date Thu, 12 Dec 2013 21:25:47 +0000
parents 9bda4bc47a46
children 0ce8d148cf64
comparison
equal deleted inserted replaced
36447:740a60d26cc0 36448:10a58d3ec0ef
184 dll "vcmimm6.dll" 184 dll "vcmimm6.dll"
185 out BGR15 flip 185 out BGR15 flip
186 186
187 videocodec marchmpeg4 187 videocodec marchmpeg4
188 info "March Networks MPEG4" 188 info "March Networks MPEG4"
189 status untested 189 status working
190 comment "decoder decodes xvid but we need mnm4 sample" 190 comment "not standard mpeg4."
191 fourcc MNM4 191 fourcc MNM4
192 driver vfwex 192 driver vfw
193 dll "mnmpeg4.dll" 193 dll "mnmpeg4.dll"
194 out YUY2,UYVY flip 194 out RGB24,RGB32,BGR32,BGR24 flip
195 195
196 videocodec amv2 196 videocodec amv2
197 info "lossless video codec" 197 info "lossless video codec"
198 status working 198 status working
199 fourcc AMV2 199 fourcc AMV2
1959 fourcc GAVC 1959 fourcc GAVC
1960 driver vfw 1960 driver vfw
1961 dll "GXAVC.dll" 1961 dll "GXAVC.dll"
1962 out BGR32,BGR24 flip 1962 out BGR32,BGR24 flip
1963 1963
1964 videocodec fjhtvfw
1965 info "FUJIAN HTC MPEG-4 CODEC"
1966 status working
1967 fourcc FJHT
1968 driver vfw
1969 dll "fjht264.dll"
1970 out BGR15,BGR16,BGR24,BGR32,RGB16,RGB24,RGB32 flip
1971
1964 ; MJPEG: 1972 ; MJPEG:
1965 ; Notes: m3jpeg+mjpeg are MMX optimized. avid is very stable but slow. 1973 ; Notes: m3jpeg+mjpeg are MMX optimized. avid is very stable but slow.
1966 ; ijpg only decodes JPEG images (no MJPEG), and slow. 1974 ; ijpg only decodes JPEG images (no MJPEG), and slow.
1967 ; Update: ffmjpeg is almost perfect (and optimized) now, prefer it to others. 1975 ; Update: ffmjpeg is almost perfect (and optimized) now, prefer it to others.
1968 1976
3273 status working 3281 status working
3274 fourcc WTVC 3282 fourcc WTVC
3275 driver vfw 3283 driver vfw
3276 dll "wtvc.dll" 3284 dll "wtvc.dll"
3277 out BGR16 flip 3285 out BGR16 flip
3286
3287 videocodec inmc
3288 info "INMC"
3289 status working
3290 fourcc INMC
3291 fourcc CFWL
3292 fourcc IENP
3293 fourcc IMP4
3294 fourcc STM4
3295 fourcc STS4
3296 driver vfw
3297 dll "MultiCodec.dll"
3298 out BGR15,BGR16,BGR24,BGR32,RGB16,RGB24,RGB32 flip
3278 3299
3279 videocodec ficvvfw 3300 videocodec ficvvfw
3280 info "Mirillis Action screen capture codec" 3301 info "Mirillis Action screen capture codec"
3281 status working 3302 status working
3282 comment "requires msvcm90.dll msvcp90.dll msvcr90.dll" 3303 comment "requires msvcm90.dll msvcp90.dll msvcr90.dll"