[MPlayer-cvslog] r33727 - trunk/etc/codecs.conf
compn
subversion at mplayerhq.hu
Sun Jun 26 05:12:32 CEST 2011
Author: compn
Date: Sun Jun 26 05:12:31 2011
New Revision: 33727
Log:
add vfw csmcodec for fourcc CSM0
map YV24 fourcc to raw444P codec
Modified:
trunk/etc/codecs.conf
Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf Sun Jun 26 01:10:37 2011 (r33726)
+++ trunk/etc/codecs.conf Sun Jun 26 05:12:31 2011 (r33727)
@@ -2649,6 +2649,15 @@ videocodec bwmpeg
dll "bw10.dll" ;requires vtaccess.dll
out YV12,YUY2,I420
+videocodec csmscreen
+ info "csmscreen AVI lossless video codec"
+ comment "requires Esdll.dll"
+ status working
+ fourcc CSM0
+ driver vfw
+ dll "csmx.dll" ; b6cfb690fe5997da0f07506c8982334f *CSMX.dll
+ out BGR32,BGR24,BGR16 flip
+
videocodec matchware
info "matchware screen capture codec"
status working
@@ -3509,6 +3518,7 @@ videocodec raw444P
format 0x0 0x50343434
format 0x20776172 0x50343434
fourcc 444p,444P
+ fourcc YV24 444P
out 444P
videocodec raw422P
@@ -3637,6 +3647,7 @@ videocodec ffraw444P
format 0x0
format 0x20776172
fourcc 444p,444P
+ fourcc YV24
driver ffmpeg
dll rawvideo
out 444P
More information about the MPlayer-cvslog
mailing list