From bed619897c61fa482a1f4962736293b4317616b2 Mon Sep 17 00:00:00 2001 From: reimar Date: Sat, 8 Apr 2006 17:10:31 +0000 Subject: support kmvc and nuv decoders in ffmpeg git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18059 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'etc/codecs.conf') diff --git a/etc/codecs.conf b/etc/codecs.conf index bf542fa828..025cc6d6b4 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -9,6 +9,12 @@ release 20050728 ; 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 @@ videocodec ffmpeg12mc ; 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 -- cgit v1.2.3