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.
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
