comparison etc/codecs.conf @ 30011:a083a6ad1a97

Support R210 uncompressed 10 bit RGB codec.
author cehoyos
date Thu, 17 Dec 2009 20:15:34 +0000
parents 20b529292a74
children 32185bae8ce6
comparison
equal deleted inserted replaced
30010:5babc40c26de 30011:a083a6ad1a97
73 fourcc yuv8 73 fourcc yuv8
74 driver vfwex 74 driver vfwex
75 dll "kdvyuv8.dll" ; i wonder if this works with raw codecs? 75 dll "kdvyuv8.dll" ; i wonder if this works with raw codecs?
76 out YV12,I420,UYVY 76 out YV12,I420,UYVY
77 out BGR24,BGR15,BGR32 77 out BGR24,BGR15,BGR32
78
79 videocodec ffr210
80 info "FFmpeg R210 - 10-bit RGB"
81 status working
82 fourcc r210
83 driver ffmpeg
84 dll "r210"
85 out RGB48BE,RGB48LE
78 86
79 videocodec blackmagic 87 videocodec blackmagic
80 info "Blackmagic 10-bit" 88 info "Blackmagic 10-bit"
81 status working 89 status working
82 comment "requires libguide40.dll" 90 comment "requires libguide40.dll"