[MPlayer-cvslog] r35932 - trunk/etc/codecs.conf
compn
subversion at mplayerhq.hu
Tue Mar 5 02:46:48 CET 2013
Author: compn
Date: Tue Mar 5 02:46:48 2013
New Revision: 35932
Log:
add FICV binary codec.
works on http://samples.ffmpeg.org/V-codecs/ficv.avi
dll http://samples.ffmpeg.org/drivers32/new/ficvdec_x86.dll
only tested on win2k.
Modified:
trunk/etc/codecs.conf
Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf Sun Mar 3 11:29:18 2013 (r35931)
+++ trunk/etc/codecs.conf Tue Mar 5 02:46:48 2013 (r35932)
@@ -3082,6 +3082,15 @@ videocodec webtrain
dll "wtvc.dll"
out BGR16 flip
+videocodec ficvvfw
+ info "Mirillis Action screen capture codec"
+ status working
+ comment "requires msvcm90.dll msvcp90.dll msvcr90.dll"
+ fourcc FICV
+ driver vfw
+ dll "ficvdec_x86.dll"
+ out BGR32,BGR24,BGR16 flip
+
videocodec ffkega
info "FFmpeg Kega Video"
status working
More information about the MPlayer-cvslog
mailing list