summaryrefslogtreecommitdiffstats
path: root/etc/codecs.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/codecs.conf')
-rw-r--r--etc/codecs.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 68bfbf3174..cdb4e5dc6c 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -338,6 +338,14 @@ videocodec ffbmp
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