Mercurial > mplayer.hg
changeset 18058:51a630ce0dbd
support kmvc and nuv decoders in ffmpeg
author | reimar |
---|---|
date | Sat, 08 Apr 2006 17:10:31 +0000 |
parents | 0e7291ee4b6b |
children | b0cff0860fb9 |
files | etc/codecs.conf |
diffstat | 1 files changed, 15 insertions(+), 0 deletions(-) [+] |
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