comparison etc/codecs.conf @ 22702:4fdfa619d08a

add ffbmp decoder, cant figure out fourcc bit so use format for avi...
author compn
date Sun, 18 Mar 2007 16:33:04 +0000
parents f5b1bcca609b
children e577ef2bd29e
comparison
equal deleted inserted replaced
22701:3c95443b39a2 22702:4fdfa619d08a
143 status working 143 status working
144 fourcc NUV1 ; NUV1 is an internal MPlayer FOURCC 144 fourcc NUV1 ; NUV1 is an internal MPlayer FOURCC
145 fourcc RJPG 145 fourcc RJPG
146 driver nuv 146 driver nuv
147 out I420,IYUV 147 out I420,IYUV
148
149 videocodec ffbmp
150 info "FFmpeg BMP decoder"
151 status working
152 fourcc "bmp " ; for BMP-encoded QuickTime files
153 format 0x706D62 ; AVI
154 driver ffmpeg
155 dll bmp
156 out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8
148 157
149 videocodec ffgif 158 videocodec ffgif
150 info "FFmpeg GIF decoder" 159 info "FFmpeg GIF decoder"
151 status working 160 status working
152 fourcc "gif " ; for GIF-encoded QuickTime files 161 fourcc "gif " ; for GIF-encoded QuickTime files