mirror of https://github.com/mpv-player/mpv
add lagarith codec, someone finally found it in the wild.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25380 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4f4c08415c
commit
32fb50d057
|
@ -1401,6 +1401,15 @@ videocodec LEADMW20
|
||||||
guid 0xe2b7dc56, 0x38c5, 0x11d5, 0x91, 0xf6, 0x00, 0x10, 0x4b, 0xdb, 0x8f, 0xf9
|
guid 0xe2b7dc56, 0x38c5, 0x11d5, 0x91, 0xf6, 0x00, 0x10, 0x4b, 0xdb, 0x8f, 0xf9
|
||||||
out BGR24,BGR8 flip
|
out BGR24,BGR8 flip
|
||||||
|
|
||||||
|
videocodec lagarith
|
||||||
|
info "Lagarith Lossless Video Codec"
|
||||||
|
comment "http://lags.leetcode.net/codec.html"
|
||||||
|
status working
|
||||||
|
fourcc LAGS
|
||||||
|
driver vfw
|
||||||
|
dll "lagarith.dll"
|
||||||
|
out BGR32,BGR24 flip
|
||||||
|
|
||||||
videocodec ffvp3
|
videocodec ffvp3
|
||||||
info "FFmpeg VP3"
|
info "FFmpeg VP3"
|
||||||
status untested
|
status untested
|
||||||
|
|
Loading…
Reference in New Issue