changeset 6926:9f325578fac9

native libdv added, fourccs fixed/commented for qdv & mcdv
author arpi
date Mon, 05 Aug 2002 17:22:14 +0000
parents cc46462d0015
children 0145bba6e201
files etc/codecs.conf
diffstat 1 files changed, 28 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/etc/codecs.conf	Mon Aug 05 17:21:35 2002 +0000
+++ b/etc/codecs.conf	Mon Aug 05 17:22:14 2002 +0000
@@ -693,13 +693,15 @@
   dll "vid_iv32.xa"
   out YV12,IYUV,I420
 
-; DV:  qdv is more stable...  (native libdv support coming soon)
+; DV:  qdv is more stable...  libdv is slow, mcdv is unstable
 
 videocodec qdv
   info "Sony Digital Video (DV)"
   status working
-  fourcc DVSD,dvsd,dvcp dvsd
-;  fourcc "dvc " dvsd
+  fourcc dvsl,dvsd,dvhd  ; ????
+  fourcc DVSD dvsd   ; pal .avi
+  fourcc "dvcp" dvsd ; pal .mov
+  fourcc "dvc " dvsd ; ntsc .mov
   driver dshow
   dll "qdv.dll"
   guid 0xB1B77C00, 0xC3E4, 0x11CF, 0xAF, 0x79, 0x00, 0xAA, 0x00, 0xB6, 0x7A, 0x42
@@ -707,11 +709,25 @@
   out UYVY
   out BGR32,BGR24,BGR16,BGR15
 
+videocodec libdv
+  info "Raw DV decoder using libdv"
+  status working
+  fourcc DVSD,dvsd   ; PAL
+  fourcc DVCS,dvcs   ; NTSC ?
+  fourcc "dvcp"      ; PAL DV in .mov
+  fourcc "dvc "      ; NTSC DV in .mov
+  driver libdv
+  out YUY2
+
+; note: it crashes with pond.dv :(
 videocodec mcdv
   info "MainConcept DV Codec"
   status working
-  fourcc DVSD,dvsd,dvcp dvsd		# dvcp stands for PAL DV in mov
-  fourcc "dvc " dvsd
+  fourcc DVSD,dvsd   ; PAL
+  fourcc DVCS,dvcs   ; NTSC ?
+  fourcc CDVC,cdvc   ; ???
+  fourcc "dvcp" dvsd ; PAL DV in .mov
+  fourcc "dvc " dvcs ; NTSC DV in .mov
   driver vfw
   dll "mcdvd_32.dll"
   out YUY2
@@ -1140,6 +1156,13 @@
   fourcc RoQA
   driver roqaudio
 
+audiocodec libdv
+  info "raw DV audio decoder"
+  status working
+  comment "raw DV audio decoder"
+  fourcc RADV
+  driver libdv
+
 audiocodec faad
   info "AAC MPEG2/MPEG4 Audio"
   status working