comparison etc/codecs.conf @ 6701:522713337297

Support for Xvid using their new api. If divx4 compatiblity is disabeled in xvid it can be used along with divx4.
author albeu
date Wed, 10 Jul 2002 20:56:57 +0000
parents 6a2c24ce2d9e
children 58e730c20213
comparison
equal deleted inserted replaced
6700:3b1be2b0fa55 6701:522713337297
265 fourcc mp4v 265 fourcc mp4v
266 format 0x4 266 format 0x4
267 driver ffmpeg 267 driver ffmpeg
268 dll mpeg4 ;opendivx 268 dll mpeg4 ;opendivx
269 out YV12,I420,IYUV 269 out YV12,I420,IYUV
270
271 videocodec xvid
272 info "Xvid (MPEG-4)"
273 status working
274 fourcc DIVX,divx
275 fourcc xvid,XVID,XviD
276 format 0x4
277 driver xvid
278 out YV12
279 out I420
280 out YUY2
281 out UYVY
282 out YVYU
283 out BGR32,BGR24,BGR16,BGR15
270 284
271 ; divx4 does direct render, and is native on linux 285 ; divx4 does direct render, and is native on linux
272 286
273 videocodec odivx 287 videocodec odivx
274 info "OpenDivX API (ODIVX,DIVX4,DIVX5,XVID)" 288 info "OpenDivX API (ODIVX,DIVX4,DIVX5,XVID)"