comparison etc/codecs.conf @ 6682:eb14fbe55a34

Support for Warcraft 3 videos and for FFmpeg SVQ1 codec.
author atmos4
date Tue, 09 Jul 2002 19:05:23 +0000
parents 07b8c8a03503
children 6a2c24ce2d9e
comparison
equal deleted inserted replaced
6681:98c129b78f63 6682:eb14fbe55a34
74 format 0x20656C72 ; "rle " 74 format 0x20656C72 ; "rle "
75 driver qtrle 75 driver qtrle
76 out BGR32,BGR24 76 out BGR32,BGR24
77 77
78 videocodec qtrpza 78 videocodec qtrpza
79 info "Quicktime Apple Video"
80 status working
81 fourcc rpza,azpr
82 driver qtrpza
83 out BGR32,BGR24,BGR15
84
85 videocodec qtsmc
86 info "Apple Graphics (SMC) codec" 79 info "Apple Graphics (SMC) codec"
87 status working 80 status working
88 format 0x20636d73 ; "smc " 81 format 0x20636d73 ; "smc "
89 driver qtsmc 82 driver qtsmc
90 out BGR32,BGR24 83 out BGR32,BGR24
203 dll "vid_cyuv.xa" 196 dll "vid_cyuv.xa"
204 out YV12,IYUV,I420 197 out YV12,IYUV,I420
205 198
206 ; time to decide what to do with the mpeg4/divx variants... 199 ; time to decide what to do with the mpeg4/divx variants...
207 ; ff* is fastest... 200 ; ff* is fastest...
201
202 videocodec ffsvq1
203 info "FFmpeg Sorenson Video v1"
204 status working
205 fourcc SVQ1
206 driver ffmpeg
207 dll svq1
208 out YVU9
208 209
209 videocodec ffdivx 210 videocodec ffdivx
210 info "FFmpeg DivX ;-) (MS MPEG-4 v3)" 211 info "FFmpeg DivX ;-) (MS MPEG-4 v3)"
211 status working 212 status working
212 fourcc MPG3,mpg3 div3 213 fourcc MPG3,mpg3 div3
251 fourcc DIVX,divx 252 fourcc DIVX,divx
252 fourcc DIV1,div1 divx 253 fourcc DIV1,div1 divx
253 fourcc MP4S,mp4s ; ISO MPEG-4 Video V1 254 fourcc MP4S,mp4s ; ISO MPEG-4 Video V1
254 fourcc M4S2,m4s2 255 fourcc M4S2,m4s2
255 fourcc xvid,XVID,XviD 256 fourcc xvid,XVID,XviD
256 fourcc DX50 257 fourcc DX50,BLZ0 DX50
257 fourcc mp4v 258 fourcc mp4v
258 format 0x4 259 format 0x4
259 driver ffmpeg 260 driver ffmpeg
260 dll mpeg4 ;opendivx 261 dll mpeg4 ;opendivx
261 out YV12,I420,IYUV 262 out YV12,I420,IYUV
270 fourcc DIV1,div1 divx 271 fourcc DIV1,div1 divx
271 ; fourcc MP4S,mp4s ; ISO MPEG-4 Video V1 272 ; fourcc MP4S,mp4s ; ISO MPEG-4 Video V1
272 fourcc MP43,mp43,DIV3,div3,DIV4,div4 DIV3 ; for DivX4Linux only! 273 fourcc MP43,mp43,DIV3,div3,DIV4,div4 DIV3 ; for DivX4Linux only!
273 fourcc AP41 DIV3 ; AngelPotion stuff 274 fourcc AP41 DIV3 ; AngelPotion stuff
274 fourcc xvid,XVID,XviD 275 fourcc xvid,XVID,XviD
275 fourcc DX50 276 fourcc DX50,BLZ0 DX50
276 format 0x4 277 format 0x4
277 driver odivx 278 driver odivx
278 dll "libdivxdecore.0" 279 dll "libdivxdecore.0"
279 out YV12,I420,IYUV 280 out YV12,I420,IYUV
280 281
286 fourcc DIV1,div1 divx 287 fourcc DIV1,div1 divx
287 ; fourcc MP4S,mp4s ; ISO MPEG-4 Video V1 288 ; fourcc MP4S,mp4s ; ISO MPEG-4 Video V1
288 fourcc MP43,mp43,DIV3,div3,DIV4,div4 DIV3 ; for DivX4Linux only! 289 fourcc MP43,mp43,DIV3,div3,DIV4,div4 DIV3 ; for DivX4Linux only!
289 fourcc AP41 DIV3 ; AngelPotion stuff 290 fourcc AP41 DIV3 ; AngelPotion stuff
290 fourcc xvid,XVID,XviD 291 fourcc xvid,XVID,XviD
291 fourcc DX50 292 fourcc DX50,BLZ0 DX50
292 format 0x4 293 format 0x4
293 driver divx4 294 driver divx4
294 dll "libdivxdecore.0" 295 dll "libdivxdecore.0"
295 ; out I420 ; planar direct rendering 296 ; out I420 ; planar direct rendering
296 out YUY2 297 out YUY2