mirror of https://github.com/mpv-player/mpv
codecs.conf: add fourcc: IMM4, LZOC, DIRC, MHFY, MSA1, vvvc
add binary codecs for fourcc: IMM4, LZOC, DIRC, MHFY, MSA1 map vvvc fourcc to ffh264 works on the single vvvc sample from uncommon codecs list git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31983 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a32a8756f5
commit
9ad38452eb
|
@ -89,6 +89,38 @@ videocodec geov
|
|||
dll "GeoCodec.dll"
|
||||
out BGR24 flip
|
||||
|
||||
videocodec imm4
|
||||
info "infinity cctv codec"
|
||||
status working
|
||||
fourcc IMM4
|
||||
driver vfw
|
||||
dll "VCMIMM4.dll"
|
||||
out BGR15 flip
|
||||
|
||||
videocodec lzocodec
|
||||
info "lzo lossless"
|
||||
status working
|
||||
fourcc LZOC
|
||||
driver vfw
|
||||
dll "lzocodec.dll"
|
||||
out YV12,YUY2
|
||||
|
||||
videocodec direccionalvfw
|
||||
info "direccional lossless codec"
|
||||
status working
|
||||
fourcc DIRC
|
||||
driver vfw
|
||||
dll "direccional.dll"
|
||||
out BGR24,BGR32 flip
|
||||
|
||||
videocodec mhuffyuv
|
||||
info "mhuffyuv lossless codec"
|
||||
status working
|
||||
fourcc MHFY
|
||||
driver vfw
|
||||
dll "mhuffyuv.dll"
|
||||
out BGR24,BGR32 flip
|
||||
|
||||
videocodec zmbv
|
||||
info "Zip Motion-Block Video"
|
||||
status working
|
||||
|
@ -936,6 +968,7 @@ videocodec ffh264
|
|||
fourcc X264,x264
|
||||
fourcc avc1,AVC1
|
||||
fourcc davc,DAVC
|
||||
fourcc vvvc ; only one sample using this fourcc
|
||||
format 0x10000005
|
||||
driver ffmpeg
|
||||
dll h264
|
||||
|
@ -1265,6 +1298,15 @@ videocodec wms10dmod
|
|||
guid 0x7bafb3b1, 0xd8f4, 0x4279, 0x92, 0x53, 0x27, 0xda, 0x42, 0x31, 0x08, 0xde
|
||||
out BGR32,BGR24,BGR16
|
||||
|
||||
videocodec msascreen
|
||||
info "MS ATC screen decoder 1"
|
||||
status working
|
||||
fourcc MSA1
|
||||
driver dmo
|
||||
dll "scdec.dll"
|
||||
guid 0xf1931d8e, 0x51d3, 0x496f, 0xbe, 0x8a, 0x3d, 0x08, 0xae, 0xe9, 0xc9, 0xdb
|
||||
out BGR24
|
||||
|
||||
videocodec eescreen
|
||||
info "expression encoder"
|
||||
comment "requires xp or newer and msvcr100.dll"
|
||||
|
|
Loading…
Reference in New Issue