r31872 - trunk/etc/codecs.conf
Author: compn Date: Sat Jul 31 15:47:47 2010 New Revision: 31872 Log: add binary expression codec for fourcc MTS2 Modified: trunk/etc/codecs.conf Modified: trunk/etc/codecs.conf ============================================================================== --- trunk/etc/codecs.conf Fri Jul 30 20:28:02 2010 (r31871) +++ trunk/etc/codecs.conf Sat Jul 31 15:47:47 2010 (r31872) @@ -1265,6 +1265,16 @@ videocodec wms10dmod guid 0x7bafb3b1, 0xd8f4, 0x4279, 0x92, 0x53, 0x27, 0xda, 0x42, 0x31, 0x08, 0xde out BGR32,BGR24,BGR16 +videocodec eescreen + info "expression encoder" + comment "requires xp or newer and msvcr100.dll" + status working + fourcc MTS2 + driver dmo + dll "Microsoft.Expression.Encoder.EEScreen.Codec.dll" + guid 0x9a6e798c, 0x00ba, 0x478c, 0x8d, 0x64, 0x88, 0xf2, 0xe5, 0xb2, 0x5c, 0x1a + out BGR32,BGR24,BGR16 ;,BGR15 + videocodec gotomeeting info "GoToMeeting codec" status working
On Sat, 31 Jul 2010 15:47:47 +0200 (CEST), compn wrote:
Author: compn Date: Sat Jul 31 15:47:47 2010 New Revision: 31872
Log: add binary expression codec for fourcc MTS2
this codec fails on linux with: Called unk__initterm_e Called unk__initterm Called unk_??2@YAPAXI@Z on windows it requires msvcr100.dll sample: http://samples.mplayerhq.hu/V-codecs/MTS2/ScreenCapture.xesc dll: http://samples.mplayerhq.hu/drivers32/newcodecpack/Microsoft.Expression.Enco... (copied this report to http://bugzilla.mplayerhq.hu/show_bug.cgi?id=1750 ) similar problem with different codec : http://lists.mplayerhq.hu/pipermail/mplayer-cvslog/2009-September/037504.htm... i'm guessing just a simple copy/paste of msvcr80 to msvcr100 will do it? -compn
participants (2)
-
compn -
compn