[MPlayer-cvslog] r32649 - trunk/etc/codecs.conf
reimar
subversion at mplayerhq.hu
Sat Nov 27 10:49:17 CET 2010
Author: reimar
Date: Sat Nov 27 10:49:17 2010
New Revision: 32649
Log:
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).
Modified:
trunk/etc/codecs.conf
Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf Fri Nov 26 21:52:35 2010 (r32648)
+++ trunk/etc/codecs.conf Sat Nov 27 10:49:17 2010 (r32649)
@@ -2714,6 +2714,15 @@ videocodec ffcavs
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
More information about the MPlayer-cvslog
mailing list