How to convert GIF to Mp4 is it possible?
问题 I have search on internet and i found this library called "ffmpeg" that saying it is able to convert GIF TO MP4. I have tried but no success and getting exception. https://github.com/guardianproject/android-ffmpeg-java If anybody know how to convert GIF to MP4 in android platform please help me. thanks EDIT this is i am doing using above ffmpeg lib String path = Environment.getExternalStorageDirectory() + "/gif/wall.jpg"; String tmp = Environment.getExternalStorageDirectory() + "/gif/tmp";