Skip to content

Instantly share code, notes, and snippets.

@ph4ge
Created November 17, 2024 20:29
Show Gist options
  • Save ph4ge/4be2ddea075351c194650d2728c01e4b to your computer and use it in GitHub Desktop.
Save ph4ge/4be2ddea075351c194650d2728c01e4b to your computer and use it in GitHub Desktop.
Convert GIF to MP4
ffmpeg -i file.gif -movflags faststart -pix_fmt yuv420p -vf "scale=trunc(iw/2)*2:trunc(ih/2)*2" out.mp4
Source: https://stackoverflow.com/questions/31781238/using-ffmpeg-to-convert-gif-to-mp4-output-doesnt-play-on-android
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment