mirror of https://github.com/mpv-player/mpv
codecs.conf: add matchware screen codec fourcc MWSC
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32022 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
477769e6b3
commit
26fb47e54c
|
@ -2488,6 +2488,14 @@ videocodec bwmpeg
|
|||
dll "bw10.dll" ;requires vtaccess.dll
|
||||
out YV12,YUY2,I420
|
||||
|
||||
videocodec matchware
|
||||
info "matchware screen capture codec"
|
||||
status working
|
||||
fourcc MWSC
|
||||
driver vfw
|
||||
dll "mwsc.dll"
|
||||
out BGR24 flip
|
||||
|
||||
videocodec zdsoft
|
||||
info "zdsoft screen recorder"
|
||||
status working
|
||||
|
|
Loading…
Reference in New Issue