comparison etc/codecs.conf @ 9534:87e03d96a4cd

add support for sgi files to mencoder patch by (Todd Kirby <slapcat at pacbell dot net>)
author michael
date Wed, 05 Mar 2003 10:38:56 +0000
parents c5bb811fa7fc
children 9e0e6579f46d
comparison
equal deleted inserted replaced
9533:9c596857cbe0 9534:87e03d96a4cd
65 status working 65 status working
66 comment "Only 24bpp and 32bpp RGB TGA files supported" 66 comment "Only 24bpp and 32bpp RGB TGA files supported"
67 fourcc mtga,MTGA 67 fourcc mtga,MTGA
68 driver mtga 68 driver mtga
69 out BGR32,BGR24 69 out BGR32,BGR24
70
71 videocodec sgi
72 info "SGI images decoder"
73 status working
74 comment "SGI1 is an internal MPlayer FOURCC"
75 fourcc SGI1
76 driver sgi
77 out BGR24
78
70 79
71 videocodec fli 80 videocodec fli
72 info "Autodesk FLI/FLC Animation" 81 info "Autodesk FLI/FLC Animation"
73 status working 82 status working
74 comment "FLIC is an internal MPlayer FOURCC" 83 comment "FLIC is an internal MPlayer FOURCC"