On Sat, Dec 22, 2012 at 10:26 AM, j-b-m <[email protected]> wrote: > Hi! > > If anybody out there is still using GIF animations, rejoice! > FFmpeg now has support for GIF animation. Enabling it is MLT can be achieved > with the trivial patch below.
Have you weighed the pros and cons of applying it in git? For starters, there would be different ways to support image sequences between GIF and other image formats. One can always explicitly request to load with the avformat producer if they know it is a gif animation. We could make the image producers reject animated GIFs so FFmpeg loads them, but that requires the image producers to know libavcodec version. > regards > jb > > > > diff --git a/src/modules/core/loader.dict b/src/modules/core/loader.dict > index 8a854d0..f4b8904 100644 > --- a/src/modules/core/loader.dict > +++ b/src/modules/core/loader.dict > @@ -11,7 +11,7 @@ http://*=avformat > *.dv=mcdv,avformat,libdv > *.dif=mcdv,avformat,libdv > *.exr=qimage > -*.gif=pixbuf,qimage > +*.gif=avformat,pixbuf,qimage > *.graphics=xml > *.jfx=xml > *.jef=xml > > > ------------------------------------------------------------------------------ > LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial > Remotely access PCs and mobile devices and provide instant support > Improve your efficiency, and focus on delivering more value-add services > Discover what IT Professionals Know. Rescue delivers > http://p.sf.net/sfu/logmein_12329d2d > _______________________________________________ > Mlt-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mlt-devel -- +-DRD-+ ------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d _______________________________________________ Mlt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mlt-devel
