diff etc/codecs.conf @ 32562:1c0bea2aaa2f

Add support for decoding Avid DNxHD through the QuickTime component. This is needed for the 10-bit variant which the FFmpeg decoder does not support (unfortunately both use the same FourCC).
author reimar
date Sat, 27 Nov 2010 09:49:17 +0000
parents 68f26b2ca07e
children adac1f9d2db3
line wrap: on
line diff
--- a/etc/codecs.conf	Fri Nov 26 20:52:35 2010 +0000
+++ b/etc/codecs.conf	Sat Nov 27 09:49:17 2010 +0000
@@ -2714,6 +2714,15 @@
   dll "cavs"
   out YV12,I420
 
+videocodec dnxhd
+  info "QuickTime Avid DNxHD"
+  comment "needed for decoding 10-bit DNxHD"
+  status working
+  fourcc AVdn
+  driver qtvideo
+  dll "AvidAVdnCodec.qtx"
+  out UYVY,BGR24
+
 videocodec ffdnxhd
   info "FFmpeg DNxHD"
   status working