Alejandro R. Mosteo

website

  • Increase font size
  • Default font size
  • Decrease font size

Lossless .gif to .avi/.mkv conversion

Since no video editing program that I know understands animated gifs (kdenlive, openshot, pitivi), using this recipe one can use such gifs in these programs:

mencoder -ovc lavc -lavcopts vcodec=ffv1 -o outfile.avi infile.gif

The ljpeg codec is also lossless, but files are bigger.