# HG changeset patch # User compn # Date 1208642191 0 # Node ID 52d96fa64e5c0bc77de4c55c8f4bc13ebe645b11 # Parent 2541c63a59750214f6a8fa5c6f19657a59067c61 add canopus codecs, patch by Gianluigi Tiesi diff -r 2541c63a5975 -r 52d96fa64e5c etc/codecs.conf --- a/etc/codecs.conf Sat Apr 19 16:53:44 2008 +0000 +++ b/etc/codecs.conf Sat Apr 19 21:56:31 2008 +0000 @@ -1442,6 +1442,24 @@ 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