diff etc/codecs.conf @ 5749:6412d6f66fdc

added truespeech and moved ms11, ucod
author alex
date Sun, 21 Apr 2002 02:08:05 +0000
parents 2fd130c51c12
children 16fed1cbe1c7
line wrap: on
line diff
--- a/etc/codecs.conf	Sun Apr 21 02:05:39 2002 +0000
+++ b/etc/codecs.conf	Sun Apr 21 02:08:05 2002 +0000
@@ -646,6 +646,7 @@
   out YUY2
   out BGR32,BGR24,BGR16,BGR15
 
+
 ; others:
 
 videocodec ffrv10
@@ -700,6 +701,26 @@
   out UYVY
   out BGR32,BGR24,BGR15 flip
 
+videocodec mss1
+  info "Windows Screen Video"
+  status working
+  fourcc MSS1
+  driver dshow
+  dll "msscds32.ax"
+  guid 0x3301a7c4, 0x0a8d, 0x11d4, 0x91, 0x4d, 0x00, 0xc0, 0x4f, 0x61, 0x0d, 0x24
+  out BGR32,BGR24,BGR16,BGR15
+
+; CLRVIDDC.DLL needed too, with uppercase
+videocodec ucod
+  info "UCOD-ClearVideo"
+  status working
+  comment "BGR16 is buggy"
+  fourcc UCOD
+  driver vfw
+  dll "clrviddd.dll"
+  out UYVY
+  out BGR32,BGR24,BGR15 flip
+
 videocodec CJPG
   info "CJPG"
   status untested
@@ -711,6 +732,7 @@
   out UYVY
   out BGR24,BGR15
 
+
 ; buggy codecs:  (any volunteers for native rewrite?)
 
 videocodec zlibnative
@@ -752,6 +774,8 @@
   driver vfwex
   dll "vgpix32d.dll"
   out UYVY
+  out BGR24
+
 
 ; non-working codecs:
 
@@ -777,17 +801,6 @@
   out YUY2
   out BGR32,BGR24,BGR16,BGR15
 
-videocodec mss1
-  info "Windows Screen Video"
-  status crashing
-  fourcc MSS1
-  driver dshow
-  dll "msscds32.ax"
-  guid 0x3301a7c4, 0x0a8d, 0x11d4, 0x91, 0x4d, 0x00, 0xc0, 0x4f, 0x61, 0x0d, 0x24
-;  out I420
-;  out YUY2
-  out BGR32,BGR24,BGR16,BGR15
-
 videocodec pim1
   info "PIM1"
   status buggy
@@ -800,18 +813,6 @@
 ;  out YUY2
 ;  out BGR32,BGR24,BGR16,BGR15
 
-; CLRVIDDC.DLL needed too, with uppercase
-videocodec ucod
-  info "UCOD-ClearVideo"
-  status working
-  comment "BGR16 is buggy"
-  fourcc UCOD
-  driver vfw
-  dll "clrviddd.dll"
-  out UYVY
-  out BGR32,BGR24,BGR15 flip
-;  out BGR16 flip 
-
 videocodec qpeg
   info "Q-Team's QPEG (www.q-team.de)"
   status buggy
@@ -1188,3 +1189,9 @@
   driver acm
   dll "alf2cd.acm"
 
+audiocodec truespeech
+  info "Truespeech"
+  status working
+  format 0x22
+  driver acm
+  dll "tssoft32.acm"