mirror of https://github.com/mpv-player/mpv
ff lossless jpeg
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10296 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
11af86fb62
commit
5f1f7b2617
|
@ -574,12 +574,14 @@ videocodec ffmjpeg
|
|||
fourcc JFIF ; SMJPEG (Loki)
|
||||
fourcc ijpg,IJPG ; -mf type=jpeg
|
||||
fourcc JPEG ; SGI's AVI Photo-jpeg
|
||||
fourcc JPGL ; lossless jpeg (pegasus codec)
|
||||
driver ffmpeg
|
||||
dll mjpeg
|
||||
out 444P
|
||||
out 422P
|
||||
out YUY2 ; queryed (conversion from yuv422p)
|
||||
out YV12,I420,IYUV
|
||||
out BGR32 ; lossless jpeg
|
||||
|
||||
; slow. usable only for standalone jpegs, like -mf, avid or photojpeg:
|
||||
videocodec ijpg
|
||||
|
|
Loading…
Reference in New Issue