comparison etc/codecs.conf @ 9896:acf96aea152c

Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
author rtognimp
date Wed, 09 Apr 2003 21:28:01 +0000
parents 9e0e6579f46d
children 74c60b95660d
comparison
equal deleted inserted replaced
9895:fd2dbce1ba3b 9896:acf96aea152c
1140 fourcc SVQ1 1140 fourcc SVQ1
1141 driver qtvideo 1141 driver qtvideo
1142 dll "QuickTime.qts" 1142 dll "QuickTime.qts"
1143 out YVU9 1143 out YVU9
1144 1144
1145 ; VSS codecs (http://vsofts.com/solutions.html):
1146
1147 videocodec vsslight
1148 info "VSS Codec Light"
1149 status working
1150 fourcc VSSV
1151 driver vfw
1152 dll "vsslight.dll"
1153 out BGR24 flip
1154
1155 videocodec vssh264
1156 info "VSS H.264"
1157 status buggy
1158 fourcc VSSH
1159 driver vfw
1160 dll "vssh264.dll"
1161 out BGR24 flip
1162
1163 videocodec vsswlt
1164 info "VSS Wavelet Video Codec"
1165 status working
1166 fourcc VSSW
1167 driver vfw
1168 dll "vsswlt.dll"
1169 out BGR24 flip
1170
1145 ; buggy codecs: (any volunteers for native rewrite?) 1171 ; buggy codecs: (any volunteers for native rewrite?)
1146 1172
1147 videocodec zlib 1173 videocodec zlib
1148 info "AVIzlib" 1174 info "AVIzlib"
1149 status working 1175 status working