[Ffmpeg-devel] MOV/raw format support?

Michael Niedermayer michaelni
Wed Oct 18 20:35:26 CEST 2006


Hi

On Wed, Oct 18, 2006 at 05:13:52PM +0200, Baptiste Coudurier wrote:
> Thomas Parmegiani wrote:
> > Hi!
> > 
> > I have uploaded on ftp "iMac_Dance_blackmagic 10bit.mov" file which is not
> > supported on ffmpeg. File uploaded does not appear in my FTP client (using
> > windows) but transfer was ok (normal ?).
> > Format specification is described here :
> > http://developer.apple.com/quicktime/icefloe/dispatch019.html and correspond
> > to v210 format (Black Magic 10 bit).
> > 
> > Please don't care about video green color aspect ;D
> > 
> > If anyone can try to add support for this file...
> > 
> > Thanks in advance...
> > 
> > Best Regards,
> > 
> 
> OK, unfortunately 10 bit is unsupported by ffmpeg atm. I even wonder if
> this is feasible with current system, since AVPicture data is uint8_t.

we also store RGB555 and RGB565 in it and that also isnt really uint8_t
so that part shouldnt be a problem, its just a missing pix format


[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

In the past you could go to a library and read, borrow or copy any book
Today you'd get arrested for mere telling someone where the library is




More information about the ffmpeg-devel mailing list