mirror of https://github.com/mpv-player/mpv
codecs.conf: add Avid DNxHD through QuickTime
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). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32649 b3059339-0415-0410-9bf9-f77b7e298cf2 Bump codecs.conf version. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32650 b3059339-0415-0410-9bf9-f77b7e298cf2 change dnxhd to qtdnxhd. consistant with all other quicktime decoders git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32658 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
21df1d5ec5
commit
04a3a3825f
|
@ -3,7 +3,7 @@
|
|||
; Before editing this file, please read DOCS/tech/codecs.conf.txt !
|
||||
;=============================================================================
|
||||
|
||||
release 20100605
|
||||
release 20101127
|
||||
|
||||
;=============================================================================
|
||||
; VIDEO CODECS
|
||||
|
@ -2714,6 +2714,15 @@ videocodec ffcavs
|
|||
dll "cavs"
|
||||
out YV12,I420
|
||||
|
||||
videocodec qtdnxhd
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue