Mercurial > mplayer.hg
changeset 8064:cb911c5c3310
added IJPG fcc and 444P output to ffmjpeg
author | alex |
---|---|
date | Sat, 02 Nov 2002 23:33:51 +0000 |
parents | 4c7ef4aeb88b |
children | a3e7c0e16d5b |
files | etc/codecs.conf |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/codecs.conf Sat Nov 02 22:46:09 2002 +0000 +++ b/etc/codecs.conf Sat Nov 02 23:33:51 2002 +0000 @@ -458,10 +458,9 @@ ; 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 @@ 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