[MPlayer-dev-eng] [PATCH] Try to fix raw in mov

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Sat Jul 7 16:19:31 CEST 2007


Hello,
On Sat, Jul 07, 2007 at 01:31:30PM +0000, Carl Eugen Hoyos wrote:
> Roberto Togni <rxt <at> rtogni.it> writes:
> > > it works for me (if the image is supposed to be a blue "480P" writing
> > > on white background). But since this is already in the rawrgb32 section
> > > i'm not sure it's the right fix.
> > > If you expect a red writing use the attached patch (this also match
> > > the existing codecs.conf) (Note: quick c&p, many cases may be unused).
> > > 
> > 
> > In quicktime the "480P" is black on a dirty-white background, with
> > some yellow/brown borders at top and bottom. Reported codec name is
> > "None". So my solution is also wrong.
> 
> Problem is that the picture is not PIX_FMT_RGB32 (8A 8R 8G 8B), but
> PIX_FMT_RGB32_1 (8R 8G 8B 8A).
> 
> Am I correct that IMGFMT_BGR32_1 has to be introduced to allow mplayer to send
> the right data to libswscale?

Since libswscale for all I know does not support converting from/to this
format there is no point in doing that (yet).

Greetings,
Reimar Döffinger



More information about the MPlayer-dev-eng mailing list