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 e2638cf1f6..700f76ae9b 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -569,6 +569,24 @@ videocodec LEAD
dll "LCodcCMP.dll"
out BGR24,BGR15
+videocodec imagepower
+ info "ImagePower MJPEG2000"
+ status buggy
+ fourcc IPJ2
+ driver vfw
+ dll "jp2avi.dll"
+ out BGR32,BGR24,BGR15
+
+videocodec m3jpeg2k
+ info "Morgan MJPEG2000"
+ status working
+ fourcc MJ2C
+ driver vfw
+ dll "m3jp2k32.dll"
+ out YV12,I420,IYUV
+ out YUY2,UYVY
+ out BGR32,BGR24,BGR15
+
; http://www.morgan-multimedia.com/dev/directshow_dec_spec.htm
videocodec m3jpegds
info "Morgan MJPEG"