comparison etc/codecs.conf @ 26444:cea51ac82475

Support for MSU SCLS (Screen Capture Lossless Codec) with SCLS.DLL codecs.conf patch by AsSlowAsHell |asslowashell | g m a i l| win32.c patch by me
author rtogni
date Sun, 20 Apr 2008 21:13:17 +0000
parents e0842af76afd
children f6183d22bdb3
comparison
equal deleted inserted replaced
26443:e0842af76afd 26444:cea51ac82475
359 ; prefer native codecs over win32? 359 ; prefer native codecs over win32?
360 ; the win32 codecs probably are (better) optimized and support direct 360 ; the win32 codecs probably are (better) optimized and support direct
361 ; rendering, so this may be not the best idea... 361 ; rendering, so this may be not the best idea...
362 362
363 ;WIN32: 363 ;WIN32:
364
365 videocodec msuscls
366 info "MSU Screen Capture Lossless Codec"
367 status working
368 fourcc SCLS
369 driver vfw
370 dll "SCLS.DLL"
371 out BGR32,BGR24,BGR16 flip
364 372
365 videocodec cram 373 videocodec cram
366 info "Microsoft Video 1" 374 info "Microsoft Video 1"
367 comment "-vf palette required for 8bpp" 375 comment "-vf palette required for 8bpp"
368 status buggy 376 status buggy