Convert Gif To Video In Android
I want to convert GIF file to video file, I searched for it but couldn't find any library for it. Does any one know how to do it ?
Solution 1:
There is library android-ffmpeg
In short, there is method in FfmpegController called convertImageToMP4 (Clip mediaIn, int duration, String outPath, ShellCallback sc)
. I think it should do, what you want.
Also, please, see this answer for more details.
Post a Comment for "Convert Gif To Video In Android"