[MPlayer-cvslog] r35020 - trunk/etc/codecs.conf

cehoyos subversion at mplayerhq.hu
Fri Jul 13 13:27:09 CEST 2012


Author: cehoyos
Date: Fri Jul 13 13:27:09 2012
New Revision: 35020

Log:
Support Kostya's TechSmith Camtasia Screen Codec 2 decoder.

Modified:
   trunk/etc/codecs.conf

Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	Thu Jul 12 22:16:39 2012	(r35019)
+++ trunk/etc/codecs.conf	Fri Jul 13 13:27:09 2012	(r35020)
@@ -3508,6 +3508,14 @@ videocodec ffcamtasia
   dll "camtasia"
   out BGR32,BGR24,BGR15,BGR8 query
 
+videocodec fftscc2
+  info "FFmpeg TechSmith Camtasia Screen Codec 2"
+  status working
+  fourcc tsc2
+  driver ffmpeg
+  dll tscc2
+  out 444P
+
 ; sample videos: http://www.techsmith.com/products/camtasia/examplevideos.asp
 videocodec camtasia
   info "TechSmith Camtasia Screen Codec"


More information about the MPlayer-cvslog mailing list