comparison etc/codecs.conf @ 28274:4e9fe57f23e5

add binary codecs: Forward JPEG Video Codec (FRWD) Forward JPEG+Alpha Video Codec (FRWT) Forward Uncompressed Video Codec (FRWU) DideoNET SMV2 Codec (SMV2)
author compn
date Tue, 13 Jan 2009 17:05:18 +0000
parents e7de441ff1c1
children 0f61883f9047
comparison
equal deleted inserted replaced
28273:e7de441ff1c1 28274:4e9fe57f23e5
1239 fourcc PVW2 1239 fourcc PVW2
1240 driver vfw 1240 driver vfw
1241 dll "pvwv220.dll" 1241 dll "pvwv220.dll"
1242 out BGR24 flip 1242 out BGR24 flip
1243 1243
1244 videocodec frwuvfw
1245 info "Forward Uncompressed Video Codec"
1246 status working
1247 fourcc FRWU
1248 driver vfw
1249 dll "FRWU.dll"
1250 out BGR24 flip
1251
1252 videocodec frwdvfw
1253 info "Forward JPEG Video Codec"
1254 status working
1255 fourcc FRWD
1256 driver vfw
1257 dll "FRWD.dll"
1258 out BGR24 flip
1259
1260 videocodec frwtvfw
1261 info "Forward JPEG+Alpha Video"
1262 status working
1263 fourcc FRWT
1264 driver vfw
1265 dll "FRWT.dll"
1266 out BGR24 flip
1267
1244 ; h263: - I don't know. comments? 1268 ; h263: - I don't know. comments?
1245 1269
1246 videocodec vivo 1270 videocodec vivo
1247 info "Vivo H.263" 1271 info "Vivo H.263"
1248 status working 1272 status working
1697 status working 1721 status working
1698 fourcc NSVI 1722 fourcc NSVI
1699 driver vfw 1723 driver vfw
1700 dll "nsvideo.dll" 1724 dll "nsvideo.dll"
1701 out BGR24 flip 1725 out BGR24 flip
1726
1727 videocodec smv2vfw
1728 info "DideoNET SMV2"
1729 status working
1730 fourcc SMV2
1731 driver vfw
1732 dll "smv2vfw.dll"
1733 out BGR32,BGR24,BGR8,RGB32,RGB24,RGB8 flip
1702 1734
1703 videocodec canopushq 1735 videocodec canopushq
1704 status working 1736 status working
1705 info "Canopus HQ Codec" 1737 info "Canopus HQ Codec"
1706 comment "requires csehqa.dll and cseuvec.dll" 1738 comment "requires csehqa.dll and cseuvec.dll"