Signup/Sign In
Ask Question
Not satisfied by the Answer? Still looking for a better solution?

How to do I convert an animated gif to an mp4 or mv4 on the command line?

What command would I use to convert an mp4 or mv4 video file to an animated gif, and vice versa. That is, convert a animated gif to a mp4 or mv4.
by

1 Answer

Kajalsi45d
In my case, using ffmpeg directly did the trick and provided the best result:
$ ffmpeg -f gif -i infile.gif outfile.mp4

Login / Signup to Answer the Question.