caydey / ffshare

An android app to compress image, video and audio files through ffmpeg before sharing them
GNU General Public License v3.0
616 stars 30 forks source link

Add option to convert GIF images to MP4 #1

Closed Mhowser closed 2 years ago

Mhowser commented 2 years ago

GIF file sizes are huge compared to mp4, so having a way to quickly and easily convert a gif animated image to mp4 would be very handy.

https://unix.stackexchange.com/questions/40638/how-to-do-i-convert-an-animated-gif-to-an-mp4-or-mv4-on-the-command-line

There are some one-liners for ffmpeg that you might be able to use in this app.

caydey commented 2 years ago

Added feature Commit will be available in Version 1.1.2

Mhowser commented 2 years ago

Thank you!