mirror of
https://github.com/mpv-player/mpv
synced 2024-12-18 12:55:16 +00:00
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:
parent
b402b86cc5
commit
51f58fd351
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user