comparison etc/codecs.conf @ 6896:ee5e57b7639c

mjpeg codecs reordered - now it plays almost everything by default
author arpi
date Sun, 04 Aug 2002 16:06:24 +0000
parents c46a092020e2
children 9f325578fac9
comparison
equal deleted inserted replaced
6895:e0fa2a6a8843 6896:ee5e57b7639c
428 428
429 429
430 ; mjpegs: 430 ; mjpegs:
431 ; Notes: m3jpeg+mjpeg are mmx optimized. avid is very stable but slow. 431 ; Notes: m3jpeg+mjpeg are mmx optimized. avid is very stable but slow.
432 ; ijpg only decodes jpeg images (no mjpg), and slow. ffmjpeg is buggy. 432 ; ijpg only decodes jpeg images (no mjpg), and slow. ffmjpeg is buggy.
433 433 ; Update: ffmjpeg is almost perfect now, prefer it to others.
434 ; http://www.morgan-multimedia.com/dev/codec_spec.htm 434
435 videocodec m3jpeg 435 ; fails only with Spectralfan.mov (marker bug?) & imgp1066.avi (0x0 size)
436 info "Morgan Motion JPEG Codec"
437 status working
438 fourcc MJPG
439 fourcc mjpa,mjpb,mjpg MJPG ; MOV files
440 fourcc dmb1 MJPG ; MJPEG by Matrox Rainbow Runner
441 driver vfw
442 dll "m3jpeg32.dll"
443 ; out YV12,I420
444 out YUY2,UYVY
445 out BGR32,BGR24,BGR15
446
447 videocodec mjpeg
448 info "MainConcept Motion JPEG"
449 status working
450 fourcc MJPG
451 fourcc mjpa,mjpb,mjpg MJPG ; MOV files
452 ; fourcc AVRn,AVDJ MJPG ; AVID (sometimes buggy)
453 driver vfw
454 dll "mcmjpg32.dll"
455 out YUY2,UYVY
456 out BGR32,BGR24,BGR15
457
458 videocodec avid
459 info "AVID Motion JPEG"
460 status working
461 fourcc AVRn
462 fourcc AVDJ AVRn
463 fourcc MJPG,mjpg AVRn
464 driver vfw
465 dll "AvidAVICodec.dll"
466 out BGR24 flip
467
468 videocodec LEAD
469 info "LEAD (M)Jpeg"
470 status working
471 comment "supports interlaced MJPEG"
472 fourcc MJPG
473 fourcc jpeg MJPG
474 driver vfw
475 dll "LCodcCMP.dll"
476 out BGR24,BGR15
477
478 videocodec ijpg
479 info "Independent JPEG Group's codec"
480 status working
481 fourcc ijpg,IJPG
482 fourcc jpeg ; MOV Photo Jpeg
483 fourcc AVRn,AVDJ ; AVID
484 driver ijpg
485 dll libjpeg
486 out RGB24,BGR24,BGR32
487
488 videocodec ffmjpeg 436 videocodec ffmjpeg
489 info "FFmpeg MJPEG decoder" 437 info "FFmpeg MJPEG decoder"
490 status working 438 status working
491 fourcc MJPG,mjpg 439 fourcc MJPG,mjpg
492 ; fourcc AVRn 440 fourcc AVRn,AVDJ ; AVID
493 fourcc jpeg ; photo-jpeg 441 fourcc jpeg ; photo-jpeg
494 driver ffmpeg 442 driver ffmpeg
495 dll mjpeg 443 dll mjpeg
496 out 422P 444 out 422P
497 out YUY2 ; queryed (conversion from yuv422p) 445 out YUY2 ; queryed (conversion from yuv422p)
498 out YV12,I420,IYUV 446 out YV12,I420,IYUV
447
448 ; slow. usable only for standalone jpegs, like -mf, avid or photojpeg:
449 videocodec ijpg
450 info "Independent JPEG Group's codec"
451 status working
452 fourcc ijpg,IJPG ; -mf type=jpeg
453 fourcc jpeg ; MOV Photo Jpeg
454 fourcc AVRn,AVDJ ; AVID
455 driver ijpg
456 dll libjpeg
457 out RGB24,BGR24,BGR32
458
459 ; http://www.morgan-multimedia.com/dev/codec_spec.htm
460 videocodec m3jpeg
461 info "Morgan Motion JPEG Codec"
462 status working
463 fourcc MJPG
464 fourcc mjpa,mjpb,mjpg MJPG ; MOV files
465 fourcc dmb1 MJPG ; MJPEG by Matrox Rainbow Runner
466 driver vfw
467 dll "m3jpeg32.dll"
468 ; out YV12,I420
469 out YUY2,UYVY
470 out BGR32,BGR24,BGR15
471
472 videocodec mjpeg
473 info "MainConcept Motion JPEG"
474 status working
475 fourcc MJPG
476 fourcc mjpa,mjpb,mjpg MJPG ; MOV files
477 ; fourcc AVRn,AVDJ MJPG ; AVID (sometimes buggy)
478 driver vfw
479 dll "mcmjpg32.dll"
480 out YUY2,UYVY
481 out BGR32,BGR24,BGR15
482
483 videocodec avid
484 info "AVID Motion JPEG"
485 status working
486 comment "slooooooooow but stable"
487 fourcc AVRn
488 fourcc AVDJ AVRn
489 fourcc MJPG,mjpg AVRn
490 driver vfw
491 dll "AvidAVICodec.dll"
492 out BGR24 flip
493
494 videocodec LEAD
495 info "LEAD (M)Jpeg"
496 status working
497 comment "supports interlaced MJPEG"
498 fourcc MJPG
499 fourcc jpeg MJPG ; MOV Photo Jpeg
500 driver vfw
501 dll "LCodcCMP.dll"
502 out BGR24,BGR15
499 503
500 ; http://www.morgan-multimedia.com/dev/directshow_dec_spec.htm 504 ; http://www.morgan-multimedia.com/dev/directshow_dec_spec.htm
501 videocodec m3jpegds 505 videocodec m3jpegds
502 info "Morgan MJPEG" 506 info "Morgan MJPEG"
503 status crashing 507 status crashing