comparison etc/codecs.conf @ 8064:cb911c5c3310

added IJPG fcc and 444P output to ffmjpeg
author alex
date Sat, 02 Nov 2002 23:33:51 +0000
parents b5ff8f269bca
children 916d8b7fa6ed
comparison
equal deleted inserted replaced
8063:4c7ef4aeb88b 8064:cb911c5c3310
456 out UYVY 456 out UYVY
457 457
458 458
459 ; mjpegs: 459 ; mjpegs:
460 ; Notes: m3jpeg+mjpeg are mmx optimized. avid is very stable but slow. 460 ; Notes: m3jpeg+mjpeg are mmx optimized. avid is very stable but slow.
461 ; ijpg only decodes jpeg images (no mjpg), and slow. ffmjpeg is buggy. 461 ; ijpg only decodes jpeg images (no mjpg), and slow.
462 ; Update: ffmjpeg is almost perfect now, prefer it to others. 462 ; Update: ffmjpeg is almost perfect (and optimized) now, prefer it to others.
463 463
464 ; fails only with Spectralfan.mov (marker bug?) & imgp1066.avi (0x0 size)
465 videocodec ffmjpeg 464 videocodec ffmjpeg
466 info "FFmpeg MJPEG decoder" 465 info "FFmpeg MJPEG decoder"
467 status working 466 status working
468 fourcc MJPG,mjpg 467 fourcc MJPG,mjpg
469 fourcc AVRn,AVDJ ; AVID 468 fourcc AVRn,AVDJ ; AVID
470 fourcc jpeg ; photo-jpeg 469 fourcc jpeg ; photo-jpeg
471 fourcc mjpa ; Apple MJPEG-A (Quicktime) 470 fourcc mjpa ; Apple MJPEG-A (Quicktime)
472 fourcc JFIF ; SMJPEG (Loki) 471 fourcc JFIF ; SMJPEG (Loki)
472 fourcc ijpg,IJPG ; -mf type=jpeg
473 driver ffmpeg 473 driver ffmpeg
474 dll mjpeg 474 dll mjpeg
475 out 444P
475 out 422P 476 out 422P
476 out YUY2 ; queryed (conversion from yuv422p) 477 out YUY2 ; queryed (conversion from yuv422p)
477 out YV12,I420,IYUV 478 out YV12,I420,IYUV
478 479
479 ; slow. usable only for standalone jpegs, like -mf, avid or photojpeg: 480 ; slow. usable only for standalone jpegs, like -mf, avid or photojpeg: