diff DOCS/codecs.conf @ 1349:3db173705860

DivX4Linux support
author arpi
date Thu, 19 Jul 2001 22:43:19 +0000
parents 827246fa3c8a
children d8bfe68ea2d8
line wrap: on
line diff
--- a/DOCS/codecs.conf	Thu Jul 19 22:02:06 2001 +0000
+++ b/DOCS/codecs.conf	Thu Jul 19 22:43:19 2001 +0000
@@ -81,6 +81,23 @@
   dll "divxc32.dll"
   out YUY2 yuvhack
   out BGR32,BGR24,BGR15
+
+videocodec divx4
+  info "DivX4Linux (MPEG-4 v2,v3)"
+  comment "with postprocessing"
+  status working
+  fourcc DIVX,divx
+  fourcc DIV1,div1 divx
+  fourcc MP4S,mp4s	; ISO MPEG-4 Video V1
+  fourcc MP43,mp43,DIV3,div3,DIV4,div4 DIV3  ; for DivX4Linux only!
+  format 0x4
+  driver divx4
+  dll "libdivxdecore.0"
+;  out YV12   ; works, but odivx driver is faster with YV12 (DEC_USER)
+  out I420
+  out YUY2
+  out UYVY
+  out BGR32,BGR24,BGR16,BGR15
   
 videocodec odivx
   info "OpenDivX (MPEG-4 v2)"
@@ -89,6 +106,7 @@
   fourcc DIVX,divx
   fourcc DIV1,div1 divx
   fourcc MP4S,mp4s	; ISO MPEG-4 Video V1
+  fourcc MP43,mp43,DIV3,div3,DIV4,div4 DIV3  ; for DivX4Linux only!
   format 0x4
   driver odivx
   dll "opendivx decore"