diff etc/codecs.conf @ 18058:51a630ce0dbd

support kmvc and nuv decoders in ffmpeg
author reimar
date Sat, 08 Apr 2006 17:10:31 +0000
parents 6ff3bdf986b8
children ddd84e99f17c
line wrap: on
line diff
--- a/etc/codecs.conf	Sat Apr 08 16:16:48 2006 +0000
+++ b/etc/codecs.conf	Sat Apr 08 17:10:31 2006 +0000
@@ -9,6 +9,12 @@
 ;                   VIDEO CODECS
 ;=============================================================================
 
+videocodec ffkmvc
+  fourcc KMVC
+  out BGR8
+  driver ffmpeg
+  dll "kmvc"
+
 videocodec ffzmbv
   info "FFmpeg Zip Motion-Block Video"
   status working
@@ -123,6 +129,15 @@
 
 ; we have only native open source codecs for these:
 
+videocodec ffnuv
+  info "NuppelVideo"
+  status working
+  fourcc NUV1 ; NUV1 is an internal MPlayer FOURCC
+  fourcc RJPG
+  driver ffmpeg
+  dll nuv
+  out I420
+
 videocodec nuv
   info "NuppelVideo"
   status working