comparison etc/codecs.conf @ 29447:db248c87f4cf

Allow dpx image files as input.
author cehoyos
date Tue, 11 Aug 2009 17:56:19 +0000
parents 3699268cc9dc
children 28e5ee835b6b
comparison
equal deleted inserted replaced
29446:da2641b029b1 29447:db248c87f4cf
336 format 0x706D62 ; AVI 336 format 0x706D62 ; AVI
337 driver ffmpeg 337 driver ffmpeg
338 dll bmp 338 dll bmp
339 out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8 339 out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8
340 340
341 videocodec ffdpx
342 info "FFmpeg DPX"
343 status working
344 fourcc "dpx " ; "dpx " is an internal MPlayer FOURCC
345 driver ffmpeg
346 dll dpx
347 out RG48BE,RG48LE
348
341 videocodec ffgif 349 videocodec ffgif
342 info "FFmpeg GIF" 350 info "FFmpeg GIF"
343 status working 351 status working
344 fourcc "gif " ; for GIF-encoded QuickTime files 352 fourcc "gif " ; for GIF-encoded QuickTime files
345 driver ffmpeg 353 driver ffmpeg