Skip to content

Instantly share code, notes, and snippets.

@simplesessions
Created December 9, 2019 18:18
Show Gist options
  • Save simplesessions/d464c5279580c4735e48db94c6c5c9fa to your computer and use it in GitHub Desktop.
Save simplesessions/d464c5279580c4735e48db94c6c5c9fa to your computer and use it in GitHub Desktop.
Convert animated GIF to Video with FFMpeg
ffmpeg -i animated.gif -movflags faststart -pix_fmt yuv420p -vf "scale=trunc(iw/2)*2:trunc(ih/2)*2" video.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment