comparison etc/codecs.conf @ 29636:eb925f17f9a8

Add support for decoding sgi files via FFmpeg's sgi decoder.
author reimar
date Mon, 14 Sep 2009 09:47:08 +0000
parents 260afac0b87f
children a2311414eb93
comparison
equal deleted inserted replaced
29635:c7d88fcfd784 29636:eb925f17f9a8
412 comment "Only 24bpp and 32bpp RGB TGA files supported" 412 comment "Only 24bpp and 32bpp RGB TGA files supported"
413 fourcc mtga,MTGA 413 fourcc mtga,MTGA
414 driver mtga 414 driver mtga
415 out BGR32,BGR24 415 out BGR32,BGR24
416 416
417 videocodec ffsgi
418 info "FFmpeg SGI image"
419 status working
420 fourcc SGI1 ; SGI1 is an internal MPlayer FOURCC
421 driver ffmpeg
422 dll sgi
423 out RGB24,Y800,RGB48BE
424
417 videocodec sgi 425 videocodec sgi
418 info "SGI image" 426 info "SGI image"
419 status working 427 status working
420 fourcc SGI1 ; SGI1 is an internal MPlayer FOURCC 428 fourcc SGI1 ; SGI1 is an internal MPlayer FOURCC
421 driver sgi 429 driver sgi