From 51f58fd351d528702728542a0a45b7c5b29b6b2c Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 2 Nov 2002 23:33:51 +0000 Subject: [PATCH] added IJPG fcc and 444P output to ffmjpeg git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8065 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/etc/codecs.conf b/etc/codecs.conf index d8cf390cbb..d63247687f 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -458,10 +458,9 @@ videocodec ubmp4 ; mjpegs: ; Notes: m3jpeg+mjpeg are mmx optimized. avid is very stable but slow. -; ijpg only decodes jpeg images (no mjpg), and slow. ffmjpeg is buggy. -; Update: ffmjpeg is almost perfect now, prefer it to others. +; ijpg only decodes jpeg images (no mjpg), and slow. +; Update: ffmjpeg is almost perfect (and optimized) now, prefer it to others. -; fails only with Spectralfan.mov (marker bug?) & imgp1066.avi (0x0 size) videocodec ffmjpeg info "FFmpeg MJPEG decoder" status working @@ -470,8 +469,10 @@ videocodec ffmjpeg fourcc jpeg ; photo-jpeg fourcc mjpa ; Apple MJPEG-A (Quicktime) fourcc JFIF ; SMJPEG (Loki) + fourcc ijpg,IJPG ; -mf type=jpeg driver ffmpeg dll mjpeg + out 444P out 422P out YUY2 ; queryed (conversion from yuv422p) out YV12,I420,IYUV