comparison etc/codecs.conf @ 2877:c1298484a2d0

morgan mjpeg added
author arpi
date Tue, 13 Nov 2001 21:00:40 +0000
parents 47620dd2e8d6
children 3867ec4a02d2
comparison
equal deleted inserted replaced
2876:12a0be665dfd 2877:c1298484a2d0
151 dll "i263_32.drv" 151 dll "i263_32.drv"
152 ; out I420 152 ; out I420
153 out YUY2 153 out YUY2
154 out BGR32,BGR24,BGR15 154 out BGR32,BGR24,BGR15
155 155
156 videocodec mjpeg 156 videocodec m3jpeg
157 info "Motion JPEG" 157 info "Morgan Motion JPEG Codec"
158 status working 158 status working
159 fourcc MJPG 159 fourcc MJPG
160 fourcc mjpa,mjpb,mjpg MJPG ; MOV files 160 fourcc mjpa,mjpb,mjpg MJPG ; MOV files
161 driver vfw 161 driver vfw
162 dll "m3jpeg32.dll"
163 out YUY2
164 out UYVY
165 out BGR32,BGR24,BGR15
166
167 videocodec mjpeg
168 info "MainConcept Motion JPEG"
169 status working
170 fourcc MJPG
171 fourcc mjpa,mjpb,mjpg MJPG ; MOV files
172 driver vfw
162 dll "mcmjpg32.dll" 173 dll "mcmjpg32.dll"
163 ; dll "m3jpeg32.dll"
164 out YUY2 174 out YUY2
165 out UYVY 175 out UYVY
166 out BGR32,BGR24,BGR15 176 out BGR32,BGR24,BGR15
167
168 177
169 ; =============== FFMPEG MPEG CODECS ========================= 178 ; =============== FFMPEG MPEG CODECS =========================
170 179
171 videocodec ffmjpeg 180 videocodec ffmjpeg
172 info "FFmpeg MJPEG decoder" 181 info "FFmpeg MJPEG decoder"
262 status working 271 status working
263 fourcc IV50,iv50 272 fourcc IV50,iv50
264 driver dshow 273 driver dshow
265 dll "ir50_32.dll" 274 dll "ir50_32.dll"
266 guid 0x30355649, 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71 275 guid 0x30355649, 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71
267 ; out YV12,I420 276 out YV12
268 out YUY2 277 out YUY2
269 out BGR32,BGR24,BGR16,BGR15 278 out BGR32,BGR24,BGR16,BGR15
270 279
271 videocodec indeo5 280 videocodec indeo5
272 info "Intel Indeo 5" 281 info "Intel Indeo 5"