# HG changeset patch # User compn # Date 1318935819 0 # Node ID a3c7ac76fac1e557b8e73378970a79aa16a2ec18 # Parent 7777da659cbe76d1d0fbae518aec65c5dedb001d add utvideo binary codec works on sample from http://www.ffmpeg.org/trac/ffmpeg/ticket/534 diff -r 7777da659cbe -r a3c7ac76fac1 etc/codecs.conf --- 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