mirror of https://github.com/mpv-player/mpv
ffmjpeg yuy2 support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5594 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
e3a4f18e26
commit
079ae64b4c
|
@ -423,8 +423,8 @@ videocodec ffmjpeg
|
||||||
fourcc jpeg ; photo-jpeg
|
fourcc jpeg ; photo-jpeg
|
||||||
driver ffmpeg
|
driver ffmpeg
|
||||||
dll mjpeg
|
dll mjpeg
|
||||||
|
out YUY2 ; queryed (conversion from yuv422p)
|
||||||
out YV12,I420,IYUV
|
out YV12,I420,IYUV
|
||||||
out YUY2
|
|
||||||
|
|
||||||
videocodec morgands
|
videocodec morgands
|
||||||
info "Morgan MJPEG"
|
info "Morgan MJPEG"
|
||||||
|
|
Loading…
Reference in New Issue