comparison etc/codecs.conf @ 8336:071fc9e4c7ce

fixed JPEG issue (sorry atmos, i've tested them now) and added PIM1 name corrections
author alex
date Tue, 03 Dec 2002 15:27:07 +0000
parents 0c9a596abe39
children 2b8cb804fe1a
comparison
equal deleted inserted replaced
8335:0e1d45e44813 8336:071fc9e4c7ce
35 info "FFmpeg MPEG 1/2" 35 info "FFmpeg MPEG 1/2"
36 status working 36 status working
37 format 0x10000001 ; mpeg 1 37 format 0x10000001 ; mpeg 1
38 format 0x10000002 ; mpeg 2 38 format 0x10000002 ; mpeg 2
39 fourcc mpg1,mpg2 39 fourcc mpg1,mpg2
40 fourcc PIM1 40 fourcc PIM1 ; Pinnacle hardware-mpeg1
41 driver ffmpeg 41 driver ffmpeg
42 dll "mpegvideo" 42 dll "mpegvideo"
43 out YV12,I420,IYUV 43 out YV12,I420,IYUV
44 44
45 ; we have only native opensource codecs for these: 45 ; we have only native opensource codecs for these:
499 videocodec ffmjpeg 499 videocodec ffmjpeg
500 info "FFmpeg MJPEG decoder" 500 info "FFmpeg MJPEG decoder"
501 status working 501 status working
502 fourcc MJPG,mjpg 502 fourcc MJPG,mjpg
503 fourcc AVRn,AVDJ ; AVID 503 fourcc AVRn,AVDJ ; AVID
504 fourcc jpeg,JPEG ; photo-jpeg 504 fourcc jpeg ; MOV photo-jpeg
505 fourcc mjpa ; Apple MJPEG-A (Quicktime) 505 fourcc mjpa ; Apple MJPEG-A (Quicktime)
506 fourcc JFIF ; SMJPEG (Loki) 506 fourcc JFIF ; SMJPEG (Loki)
507 fourcc ijpg,IJPG ; -mf type=jpeg 507 fourcc ijpg,IJPG ; -mf type=jpeg
508 fourcc JPEG ; SGI's AVI Photo-jpeg
508 driver ffmpeg 509 driver ffmpeg
509 dll mjpeg 510 dll mjpeg
510 out 444P 511 out 444P
511 out 422P 512 out 422P
512 out YUY2 ; queryed (conversion from yuv422p) 513 out YUY2 ; queryed (conversion from yuv422p)
515 ; slow. usable only for standalone jpegs, like -mf, avid or photojpeg: 516 ; slow. usable only for standalone jpegs, like -mf, avid or photojpeg:
516 videocodec ijpg 517 videocodec ijpg
517 info "Independent JPEG Group's codec" 518 info "Independent JPEG Group's codec"
518 status working 519 status working
519 fourcc ijpg,IJPG ; -mf type=jpeg 520 fourcc ijpg,IJPG ; -mf type=jpeg
520 fourcc jpeg,JPEG ; MOV Photo Jpeg 521 fourcc jpeg ; MOV Photo Jpeg
521 fourcc AVRn,AVDJ ; AVID 522 fourcc AVRn,AVDJ ; AVID
522 driver ijpg 523 driver ijpg
523 dll libjpeg 524 dll libjpeg
524 out RGB24,BGR24,BGR32 525 out RGB24,BGR24,BGR32
525 526
526 ; http://www.morgan-multimedia.com/dev/codec_spec.htm 527 ; http://www.morgan-multimedia.com/dev/codec_spec.htm
562 info "LEAD (M)Jpeg" 563 info "LEAD (M)Jpeg"
563 status working 564 status working
564 comment "supports interlaced MJPEG" 565 comment "supports interlaced MJPEG"
565 fourcc MJPG 566 fourcc MJPG
566 fourcc jpeg MJPG ; MOV Photo Jpeg 567 fourcc jpeg MJPG ; MOV Photo Jpeg
567 fourcc JPEG MJPG ; AVI Photo Jpeg
568 driver vfw 568 driver vfw
569 dll "LCodcCMP.dll" 569 dll "LCodcCMP.dll"
570 out BGR24,BGR15 570 out BGR24,BGR15
571 571
572 videocodec imagepower 572 videocodec imagepower
1107 driver vfw 1107 driver vfw
1108 dll "ativcr1.dll" 1108 dll "ativcr1.dll"
1109 out RGB24 flip 1109 out RGB24 flip
1110 1110
1111 videocodec pim1 1111 videocodec pim1
1112 info "PIM1" 1112 info "Pinnacle Hardware MPEG1"
1113 status crashing 1113 status crashing
1114 comment "no picture. use ffmpeg12!" 1114 comment "no picture. use ffmpeg12!"
1115 fourcc PIM1 1115 fourcc PIM1
1116 driver vfw 1116 driver vfw
1117 dll "pclepim1.dll" 1117 dll "pclepim1.dll"