summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-21 13:32:35 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-21 13:32:35 +0000
commita9522bf8d52768196af938b6dd6a85e999377054 (patch)
tree8d93659fa102ea6092aa413134213568ecbcd854 /etc
parent26b5f3284b9b970a868972b13554a052e95c8f38 (diff)
downloadmpv-a9522bf8d52768196af938b6dd6a85e999377054.tar.bz2
mpv-a9522bf8d52768196af938b6dd6a85e999377054.tar.xz
alf2 working, added techsmith camtasia
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5763 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf14
1 files changed, 11 insertions, 3 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 70e9df34f0..13c593b622 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -725,7 +725,7 @@ videocodec vcr2
videocodec CJPG
info "CJPG"
status untested
- comment "need sample files"
+ comment "need sample files (this dll is decompression only!)"
fourcc CJPG
driver vfw
dll "CtWbJpg.DLL"
@@ -830,6 +830,15 @@ videocodec rricm
dll "rricm.dll"
out BGR24 flip
+; sample videos: http://www.techsmith.com/products/camtasia/examplevideos.asp
+videocodec camtasia
+ info "TechSmith Camtasia Screen Codec"
+ status buggy
+ fourcc TSCC,tscc
+ driver vfw
+ dll "tsccvid.dll"
+ out BGR15 flip
+
; raw formats: (now RGB formats are autodetected)
; these raw codecs are used mostly by tv input
@@ -1191,8 +1200,7 @@ audiocodec ALF2
; http://www.nctsoft.com/products/NCTALFCD/
; jdp@mail.sonofon.dk
info "ALF2"
- status untested
- comment "Working so try it"
+ status working
format 0x1FC4 ; ALF2
driver acm
dll "alf2cd.acm"