comparison etc/codecs.conf @ 11421:9a34051512b2

Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
author rtognimp
date Sun, 09 Nov 2003 23:58:10 +0000
parents 0033828bd0f2
children e35ceb2bf375
comparison
equal deleted inserted replaced
11420:b99147bd6cce 11421:9a34051512b2
129 status working 129 status working
130 format 0x20656C72 ; "rle " 130 format 0x20656C72 ; "rle "
131 driver qtrle 131 driver qtrle
132 out BGR32,BGR24,BGR15 query 132 out BGR32,BGR24,BGR15 query
133 133
134 videocodec ffrpza
135 info "Quicktime Apple Video"
136 status working
137 fourcc rpza,azpr
138 driver ffmpeg
139 dll "rpza"
140 out BGR15
141
134 videocodec qtrpza 142 videocodec qtrpza
135 info "Quicktime Apple Video" 143 info "Quicktime Apple Video"
136 status working 144 status working
137 fourcc rpza,azpr 145 fourcc rpza,azpr
138 driver qtrpza 146 driver qtrpza
143 status working 151 status working
144 format 0x20636d73 ; "smc " 152 format 0x20636d73 ; "smc "
145 driver qtsmc 153 driver qtsmc
146 out BGR32,BGR24 154 out BGR32,BGR24
147 155
156 videocodec ff8bps
157 info "Planar RGB (Photoshop)"
158 status working
159 fourcc 8BPS
160 driver ffmpeg
161 dll "8bps"
162 out BGR32,BGR24,BGR8 query
163
148 videocodec qt8bps 164 videocodec qt8bps
149 info "Planar RGB (Photoshop)" 165 info "Planar RGB (Photoshop)"
150 status working 166 status working
151 fourcc 8BPS 167 fourcc 8BPS
152 driver qt8bps 168 driver qt8bps
158 fourcc cyuv,CYUV 174 fourcc cyuv,CYUV
159 driver cyuv 175 driver cyuv
160 out 411P 176 out 411P
161 out YUY2,UYVY 177 out YUY2,UYVY
162 out 422P 178 out 422P
179
180 videocodec ffmsrle
181 info "Microsoft RLE"
182 status working
183 format 0x1
184 format 0x2
185 driver ffmpeg
186 dll "msrle"
187 out BGR8
163 188
164 videocodec msrle 189 videocodec msrle
165 info "Microsoft RLE" 190 info "Microsoft RLE"
166 status working 191 status working
167 format 0x1 192 format 0x1
231 out YUY2 flip,noflip,query 256 out YUY2 flip,noflip,query
232 ; out UYVY flip 257 ; out UYVY flip
233 out BGR32,BGR24 flip,query 258 out BGR32,BGR24 flip,query
234 259
235 ;NATIVE: 260 ;NATIVE:
261
262 videocodec ffvideo1
263 info "Microsoft Video 1 (native codec)"
264 status working
265 fourcc cram,CRAM
266 fourcc msvc,MSVC
267 fourcc wham,WHAM
268 driver ffmpeg
269 dll "msvideo1"
270 out BGR15,BGR8 query
236 271
237 videocodec video1 272 videocodec video1
238 info "Microsoft Video 1 (native codec)" 273 info "Microsoft Video 1 (native codec)"
239 status working 274 status working
240 fourcc cram,CRAM 275 fourcc cram,CRAM