added IJPG fcc and 444P output to ffmjpeg

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8065 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2002-11-02 23:33:51 +00:00
parent b402b86cc5
commit 51f58fd351
1 changed files with 4 additions and 3 deletions

View File

@ -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