diff etc/codecs.conf @ 27307:b9af28b39daf

Add Dirac video support via libdirac and libschroedinger in libavcodec. patch by Anuradha Suraparaju, anuradha rd.bbc.co uk
author diego
date Tue, 22 Jul 2008 22:58:51 +0000
parents ccf1f8602a9d
children 7a41444980f3
line wrap: on
line diff
--- a/etc/codecs.conf	Tue Jul 22 18:46:07 2008 +0000
+++ b/etc/codecs.conf	Tue Jul 22 22:58:51 2008 +0000
@@ -708,6 +708,22 @@
   dll mpeg4
   out YV12,I420,IYUV flip
 
+videocodec fflibschroedinger
+  info "Dirac (through FFmpeg libschroedinger)"
+  status working
+  fourcc drac
+  driver ffmpeg
+  dll libschroedinger
+  out I420,IYUV,422P,444P
+
+videocodec fflibdirac
+  info "Dirac (through FFmpeg libdirac)"
+  status working
+  fourcc drac
+  driver ffmpeg
+  dll libdirac
+  out I420,IYUV,422P,444P
+
 videocodec xvid
   info "Xvid (MPEG-4)"
   status working