summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/codecs.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index c652653658..11a9ff855a 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -1442,6 +1442,24 @@ videocodec lagarith
dll "lagarith.dll"
out BGR32,BGR24 flip
+videocodec canopushq
+ status working
+ info "Canopus HQ Codec"
+ comment "requires cseHQa.dll and CSEUvec.dll"
+ fourcc CUVC
+ driver vfw
+ dll "CUVCcodc.dll"
+ out BGR24
+
+videocodec canopusll
+ status working
+ info "Canopus Lossless Codec"
+ comment "requires csellc.dll"
+ fourcc CLLC
+ driver vfw
+ dll "CLLCcodc.dll"
+ out BGR24
+
videocodec ffvp3
info "FFmpeg VP3"
status untested