mirror of https://github.com/mpv-player/mpv
support kmvc and nuv decoders in ffmpeg
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18059 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
fd290901bb
commit
bed619897c
|
@ -9,6 +9,12 @@ release 20050728
|
||||||
; VIDEO CODECS
|
; VIDEO CODECS
|
||||||
;=============================================================================
|
;=============================================================================
|
||||||
|
|
||||||
|
videocodec ffkmvc
|
||||||
|
fourcc KMVC
|
||||||
|
out BGR8
|
||||||
|
driver ffmpeg
|
||||||
|
dll "kmvc"
|
||||||
|
|
||||||
videocodec ffzmbv
|
videocodec ffzmbv
|
||||||
info "FFmpeg Zip Motion-Block Video"
|
info "FFmpeg Zip Motion-Block Video"
|
||||||
status working
|
status working
|
||||||
|
@ -123,6 +129,15 @@ videocodec ffmpeg12mc
|
||||||
|
|
||||||
; we have only native open source codecs for these:
|
; 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
|
videocodec nuv
|
||||||
info "NuppelVideo"
|
info "NuppelVideo"
|
||||||
status working
|
status working
|
||||||
|
|
Loading…
Reference in New Issue