[FFmpeg-devel] Animated GIF support

Vitaliy Sugrobov vsugrob at hotmail.com
Mon Aug 13 10:57:13 CEST 2012


> On Mon, 13 Aug 2012 06:15:35 +0400, Vitaliy Sugrobov wrote:
> >
> >Hi. I would like to participate in development of animated gif decoding support. Actually i've already implemented this feature by adding gif demuxer and slightly 
> 
> post your patch so we can take a look so far :)

Here it is.For now conversion from animated gif to something other works only with -f gif option e.g.-f gif -i animation.gif out.mp4By the way: without -f option input treated as still image intended to be read with image2 demuxer. I think this is because of libavformat/img2dec.c:read_probe() which called without opening the file and seeks for one of the acceptable image extensions in the file name. It accepts ".gif" substring contained in the filename and returns some score. Then ffmpeg sees that it got non-zero score and proceeds not bothering to open the file and check its actual contents. Thats why my gif_probe() doesn't even have a change to be invoked.
So the main question remains the same: how should i instruct ffmpeg that some frames should be displayed for longer than others in order to respect variable gif delays? 		 	   		  
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Animated-GIF-Support..patch
Type: application/octet-stream
Size: 21746 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120813/6aebdb21/attachment.obj>


More information about the ffmpeg-devel mailing list