comparison etc/codecs.conf @ 34412:0ce6e01b636c

Support decoding AVrp, v308 and yuv4 via FFmpeg.
author cehoyos
date Wed, 04 Jan 2012 14:55:29 +0000
parents 5d6f6e30e1cc
children f28606bb351b
comparison
equal deleted inserted replaced
34411:fb9948833d0c 34412:0ce6e01b636c
215 status working 215 status working
216 fourcc R10k,R10g 216 fourcc R10k,R10g
217 driver ffmpeg 217 driver ffmpeg
218 dll "r10k" 218 dll "r10k"
219 out RGB48BE,RGB48LE 219 out RGB48BE,RGB48LE
220
221 videocodec ffavrp
222 info "FFmpeg Avid 1:1 10-bit RGB Packer"
223 status working
224 fourcc AVrp
225 driver ffmpeg
226 dll avrp
227 out RGB48BE,RGB48LE
228
229 videocodec ffv308
230 info "FFmpeg Quicktime v308 packed 4:4:4"
231 status working
232 fourcc v308
233 driver ffmpeg
234 dll v308
235 out 444P
236
237 videocodec ffyuv4
238 info "FFmpeg libquicktime yuv4 packed 4:2:0"
239 status working
240 fourcc yuv4
241 driver ffmpeg
242 dll yuv4
243 out YV12
220 244
221 videocodec blackmagic 245 videocodec blackmagic
222 info "Blackmagic 10-bit" 246 info "Blackmagic 10-bit"
223 status working 247 status working
224 comment "requires libguide40.dll" 248 comment "requires libguide40.dll"