summaryrefslogtreecommitdiffstats
path: root/etc/codecs.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/codecs.conf')
-rw-r--r--etc/codecs.conf43
1 files changed, 43 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index c652653658..6537954035 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -10,12 +10,14 @@ release 20070930
;=============================================================================
videocodec ffmimic
+ status working
fourcc ML20
out I420
driver ffmpeg
dll "mimic"
videocodec ffkmvc
+ status working
fourcc KMVC
out BGR8
driver ffmpeg
@@ -360,6 +362,14 @@ videocodec theora
;WIN32:
+videocodec msuscls
+ info "MSU Screen Capture Lossless Codec"
+ status working
+ fourcc SCLS
+ driver vfw
+ dll "SCLS.DLL"
+ out BGR32,BGR24,BGR16 flip
+
videocodec cram
info "Microsoft Video 1"
comment "-vf palette required for 8bpp"
@@ -1442,6 +1452,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
@@ -2067,6 +2095,14 @@ videocodec ffthp
dll thp
out YV12
+videocodec ffbfi
+ info "FFmpeg BFI Video"
+ status working
+ fourcc BFIV ; internal MPlayer FourCC
+ driver ffmpeg
+ dll bfi
+ out BGR8
+
videocodec ffbethsoftvid
info "FFmpeg Bethesda Software VID"
comment "video plays much too fast"
@@ -3301,3 +3337,10 @@ audiocodec hwmpa
fourcc "MP3 " ; used in .nsv files
fourcc "LAME" ; used in mythtv .nuv files
driver hwmpa
+
+audiocodec msnsiren
+ info "msn siren audio codec"
+ status working
+ format 0x28E
+ driver acm
+ dll "sirenacm.dll"