# HG changeset patch # User reimar # Date 1144516231 0 # Node ID 51a630ce0dbd896e548eefb14cbf6d27529c4a64 # Parent 0e7291ee4b6b7b95dfaebf60a7a2159b07e3f456 support kmvc and nuv decoders in ffmpeg diff -r 0e7291ee4b6b -r 51a630ce0dbd etc/codecs.conf --- 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