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

Baptiste Coudurier baptiste.coudurier at smartjog.com
Sat Jul 7 16:27:54 CEST 2007


Hi guys,

Reimar Döffinger wrote:
> 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).
> 

Exactly, I confirm.

http://developer.apple.com/documentation/QuickTime/QTFF/QTFFChap3/chapter_4_section_2.html

-- 
Baptiste COUDURIER                              GnuPG Key Id: 0x5C1ABAAA
SMARTJOG S.A.                                    http://www.smartjog.com
Key fingerprint                 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
Phone: +33 1 49966312



More information about the MPlayer-dev-eng mailing list