Mercurial > mplayer.hg
changeset 34125:a3c7ac76fac1
add utvideo binary codec
works on sample from http://www.ffmpeg.org/trac/ffmpeg/ticket/534
author | compn |
---|---|
date | Tue, 18 Oct 2011 11:03:39 +0000 |
parents | 7777da659cbe |
children | 72624e80fbce |
files | etc/codecs.conf |
diffstat | 1 files changed, 23 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/codecs.conf Mon Oct 17 12:37:32 2011 +0000 +++ b/etc/codecs.conf Tue Oct 18 11:03:39 2011 +0000 @@ -2266,6 +2266,29 @@ dll "lagarith.dll" out BGR32,BGR24 flip +videocodec utvideovfw + info "UTVideo Codec" + comment "http://umezawa.dyndns.info/wordpress/" + status working + fourcc ULRA,ULRG,ULY2,ULY0 + driver vfw + dll "utv_vcm.dll" ; requires utv_core.dll + out BGR32,BGR24 flip + out RGB32,RGB24 flip + out YV12,UYVY,YUY2 flip + +videocodec utvideodmo + info "UTVideo Codec" + comment "http://umezawa.dyndns.info/wordpress/" + status buggy ; input format not accepted + fourcc ULRA,ULRG,ULY2,ULY0 + driver dmo + dll "utv_dmo.dll" ; requires utv_core.dll + guid 0x30594c55, 0xe991, 0x460d, 0x84, 0x0b, 0xc1, 0xc6, 0x49, 0x74, 0x57, 0xef + out YV12,UYVY,YUY2 + out RGB32,RGB24 + out BGR32,BGR24 + videocodec psiv info "Infinite Video PSI_V" status working