diff etc/codecs.conf @ 28918:0fc1194ec544

Prefer ffdv over qdv, it seems qdv can not play some FFmpeg-encoded samples.
author reimar
date Sun, 15 Mar 2009 09:25:50 +0000
parents a44907b211f2
children 76136efd46fa
line wrap: on
line diff
--- a/etc/codecs.conf	Sun Mar 15 09:17:42 2009 +0000
+++ b/etc/codecs.conf	Sun Mar 15 09:25:50 2009 +0000
@@ -1520,20 +1520,6 @@
 
 ; DV:  qdv is more stable...  libdv is slow, mcdv is unstable
 
-videocodec qdv
-  info "Sony Digital Video (DV)"
-  status working
-  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
-  out YUY2
-  out UYVY
-  out BGR24,BGR16,BGR15 ; BGR32 is buggy, at least with one sample
-
 videocodec ffdv
   info "FFmpeg DV"
   status working
@@ -1554,6 +1540,20 @@
   dll dvvideo
   out 411P,422P,YV12
 
+videocodec qdv
+  info "Sony Digital Video (DV)"
+  status working
+  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
+  out YUY2
+  out UYVY
+  out BGR24,BGR16,BGR15 ; BGR32 is buggy, at least with one sample
+
 videocodec libdv
   info "Raw DV (libdv)"
   status working