mirror of
https://github.com/mpv-player/mpv
synced 2024-12-28 06:03:45 +01:00
add lavc yuv rawcodecs to codecs.conf
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30131 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ca2af2d0e7
commit
0c6287921f
105
etc/codecs.conf
105
etc/codecs.conf
@ -3161,6 +3161,111 @@ videocodec rawy800
|
||||
fourcc y800,Y800
|
||||
out Y800,Y8
|
||||
|
||||
;lavc raw codecs
|
||||
|
||||
videocodec ffrawyuy2
|
||||
info "RAW YUY2"
|
||||
status working
|
||||
format 0x0
|
||||
format 0x20776172
|
||||
fourcc yuy2,YUY2
|
||||
fourcc V422,v422
|
||||
fourcc YUNV,yunv
|
||||
fourcc VYUY,vyuy
|
||||
fourcc yuvs,YUVS
|
||||
driver ffmpeg
|
||||
dll rawvideo
|
||||
out YUY2
|
||||
|
||||
videocodec ffrawyuv2
|
||||
info "RAW YUV2"
|
||||
status working
|
||||
format 0x0
|
||||
format 0x20776172
|
||||
fourcc yuv2,YUV2
|
||||
driver ffmpeg
|
||||
dll rawvideo
|
||||
out YUY2
|
||||
|
||||
videocodec ffrawuyvy
|
||||
info "RAW UYVY"
|
||||
status working
|
||||
format 0x0
|
||||
format 0x20776172
|
||||
fourcc uyvy,UYVY
|
||||
fourcc HDYC,hdyc
|
||||
fourcc UYNV,uynv
|
||||
fourcc UYNY,uyny
|
||||
fourcc uyv1,UYV1
|
||||
fourcc 2Vu1,2vu1,2VU1
|
||||
fourcc 2Vuy,2vuy,2VUY
|
||||
driver ffmpeg
|
||||
dll rawvideo
|
||||
out UYVY
|
||||
|
||||
videocodec ffraw444P
|
||||
info "RAW 444P"
|
||||
status working
|
||||
format 0x0
|
||||
format 0x20776172
|
||||
fourcc 444p,444P
|
||||
driver ffmpeg
|
||||
dll rawvideo
|
||||
out 444P
|
||||
|
||||
videocodec ffraw422P
|
||||
info "RAW 422P"
|
||||
status working
|
||||
format 0x0
|
||||
format 0x20776172
|
||||
fourcc 422p,422P
|
||||
fourcc P422,p422
|
||||
fourcc Y42B,y42b
|
||||
driver ffmpeg
|
||||
dll rawvideo
|
||||
out 422P
|
||||
|
||||
videocodec ffrawyv12
|
||||
info "RAW YV12"
|
||||
status working
|
||||
format 0x0
|
||||
format 0x20776172
|
||||
fourcc yv12,YV12
|
||||
driver ffmpeg
|
||||
dll rawvideo
|
||||
out YV12
|
||||
|
||||
videocodec ffrawi420
|
||||
info "RAW I420"
|
||||
status working
|
||||
format 0x0
|
||||
format 0x20776172
|
||||
fourcc i420,I420
|
||||
fourcc IYUV,iyuv
|
||||
driver ffmpeg
|
||||
dll rawvideo
|
||||
out I420,IYUV
|
||||
|
||||
videocodec ffrawyvu9
|
||||
info "RAW YVU9"
|
||||
status working
|
||||
format 0x0
|
||||
format 0x20776172
|
||||
fourcc yvu9,YVU9
|
||||
driver ffmpeg
|
||||
dll rawvideo
|
||||
out YVU9
|
||||
|
||||
videocodec ffrawy800
|
||||
info "RAW Y8/Y800"
|
||||
status working
|
||||
format 0x0
|
||||
format 0x20203859 ; "Y8 "
|
||||
fourcc y800,Y800
|
||||
driver ffmpeg
|
||||
dll rawvideo
|
||||
out Y800,Y8
|
||||
|
||||
; NULL codec - for testing.
|
||||
|
||||
videocodec null
|
||||
|
Loading…
Reference in New Issue
Block a user