[FFmpeg-devel] [RFC][PATCH] Fix decoding of QT WRAW filefromticket #108

ami_stuff ami_stuff at o2.pl
Mon May 23 13:31:45 CEST 2011


Hi,

> So resuming:
> * in AVI, WRAW is paletted 8-bit
> 
> * in MOV, it means Windows RAW and it means rawvideo stream, the exact
>   format depends on pix_fmt_bps_mov.
> 
> Or maybe WRAW in AVI is rawvideo as well (according to
> pix_fmt_bps_mov), but the only analyzed sample was paletted so we
> didn't check on pix_fmt_bps_avi.
> 
> As for the flipping, I have no ideas nor samples, so I don't know when
> we're assumed to flip it, according to Michael:
> 
> http://ffmpeg.org/pipermail/ffmpeg-devel/2009-July/070210.html
> 
> |all rgb should be fliped unless height<0 or so IIRC
> 
> Also should it be RGB or BGR?
> 
> From here:
> http://developer.apple.com/library/mac/#documentation/QuickTime/QTFF/QTFFChap3/qtff3.html
> http://wiki.multimedia.cx/index.php?title=Raw_RGB
> 
> I couldn't find relevant information, nor in fourcc.org.

I did some more tests and it seems that

1. all of the AVI/MOV WRAW files (at least from the link I have posted to the #108 ticket)
needs to be flipped

2. mov WRAW files needs to use AVI color modes

3. assigning PAL8 mode by default to WRAW codec is not correct, so I removed it as well

Regards
-------------- next part --------------
A non-text attachment was scrubbed...
Name: wraw.diff
Type: text/x-diff
Size: 1292 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20110523/3c91da98/attachment.bin>


More information about the ffmpeg-devel mailing list