diff 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
line wrap: on
line diff
--- a/etc/codecs.conf	Tue Aug 11 17:54:11 2009 +0000
+++ b/etc/codecs.conf	Tue Aug 11 17:56:19 2009 +0000
@@ -338,6 +338,14 @@
   dll bmp
   out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8
 
+videocodec ffdpx
+  info "FFmpeg DPX"
+  status working
+  fourcc "dpx " ; "dpx " is an internal MPlayer FOURCC
+  driver ffmpeg
+  dll dpx
+  out RG48BE,RG48LE
+
 videocodec ffgif
   info "FFmpeg GIF"
   status working