comparison etc/codecs.conf @ 34474:7df8d8668d49

Support RGB48 tiff decoding via FFmpeg.
author cehoyos
date Sat, 14 Jan 2012 12:56:28 +0000
parents 410531a18351
children 161000f673d5
comparison
equal deleted inserted replaced
34473:2f88fa3b9e5e 34474:7df8d8668d49
576 info "FFmpeg TIFF" 576 info "FFmpeg TIFF"
577 status working 577 status working
578 fourcc "tiff" ; for TIFF-encoded QuickTime files 578 fourcc "tiff" ; for TIFF-encoded QuickTime files
579 driver ffmpeg 579 driver ffmpeg
580 dll tiff 580 dll tiff
581 out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8 581 out BGR32,BGR24,BGR8,Y800,RGB48BE,RGB48LE,RGB32,RGB24,RGB8
582 582
583 videocodec ffpcx 583 videocodec ffpcx
584 info "FFmpeg PCX" 584 info "FFmpeg PCX"
585 status working 585 status working
586 fourcc "pcx " 586 fourcc "pcx "