aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc/codecs.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/codecs.conf')
-rw-r--r--etc/codecs.conf14
1 files changed, 12 insertions, 2 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 34eedacdbc..8cb10b816b 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -341,10 +341,10 @@ videocodec tm20
out YUY2
out BGR32,BGR24,BGR16,BGR15
-videocodec dv
+videocodec qdv
info "Sony Digital Video (DV)"
status working
- fourcc DVSD dvsd
+ fourcc DVSD,dvsd,dvcp dvsd
driver dshow
dll "qdv.dll"
guid 0xB1B77C00, 0xC3E4, 0x11CF, 0xAF, 0x79, 0x00, 0xAA, 0x00, 0xB6, 0x7A, 0x42
@@ -352,6 +352,16 @@ videocodec dv
out UYVY
out BGR32,BGR24,BGR16,BGR15
+videocodec mcdv
+ info "MainConcept DV Codec"
+ status working
+ fourcc DVSD,dvsd,dvcp dvsd # dvcp stands for PAL DV in mov
+ driver vfw
+ dll "mcdvd_32.dll"
+ out YUY2
+ out UYVY
+ out BGR32,BGR24,BGR15
+
videocodec morgands
info "Morgan MJPEG"
status crashing