[Ffmpeg-devel] CamStudio support

Reimar Döffinger Reimar.Doeffinger
Sun Jan 8 23:14:08 CET 2006


Hi,
On Sun, Jan 08, 2006 at 10:59:59PM +0100, Diego Biurrun wrote:
> On Sun, Jan 08, 2006 at 01:35:42PM -0800, Mike Melanson wrote:
> > Diego Biurrun wrote:
> > >Colors are off on my PPC, looks like an endianness issue.  Let me know
> > >if you need further info to reproduce or if I should test something for
> > >you.
> > 
> > 	Probably the same issue as discussed with TSCC-- the decoder is 
> > placing the bytes into the output frame in an explicit order. Are you able 
> > to verify this via MPlayer's codecs.conf file with RGBA vs. BGRA or 
> > something like that?
> 
> I tried this with TSCC, exchanging
> 
>   out BGR32,BGR24,BGR15,BGR8 query
> 
> for
> 
>   out RGB32,RGB24,RGB15,RGB8 query
> 
> in codecs.conf.  No luck, the decoder failed to initialize.

No, that will not work, it will just make MPlayer query a format that
ffmpeg does not support at all.
But you could try the rgb2bgr filter, like -vf rgb2bgr=swap.

Greetings,
Reimar D?ffinger





More information about the ffmpeg-devel mailing list