I want to convert the animated webp files to gif file and looking for solution since couple of days but did not get any easy straight solution yet.
I tried ffmpeg but it could not do the job and after looking for solution I found that webp decoder is not implemented in ffmpeg yet. https://trac.ffmpeg.org/ticket/4907
I also checked libwebp library by google and they also says animated webp is not supported. https://developers.google.com/speed/webp/docs/dwebp
I tried demo of aspose this library also fail to convert animated webp to gif. https://products.aspose.com/imaging/java/conversion/webp-to-gif/
I think ImageMagick can convert animated webp to gif but do not know how to implement that in my project. How can I avoid dropouts when using (imagemagick) `mogrify` to convert webp files to animated gif?
So is there any easy way to convert webp to gif