summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-11 12:15:09 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-11 12:15:09 +0000
commit8c74592e0136fa18ddceb158d019860bed4dd92a (patch)
tree14aca8b368b7624942215d4e019958eab4e8fb07 /etc
parent78eaed7c86e85871b52937ff221e928c711fa73c (diff)
downloadmpv-8c74592e0136fa18ddceb158d019860bed4dd92a.tar.bz2
mpv-8c74592e0136fa18ddceb158d019860bed4dd92a.tar.xz
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2163 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-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