Skip to content

Instantly share code, notes, and snippets.

@filmgirl
Created March 5, 2022 19:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save filmgirl/aff5df3ff6441874e403c5741025286d to your computer and use it in GitHub Desktop.
Save filmgirl/aff5df3ff6441874e403c5741025286d to your computer and use it in GitHub Desktop.
Gif to Video ZSH Snippet For macOS/QuickTime
## Put in your .zshrc or .bashrc file
g2v() {
ffmpeg -f gif -i $1 -pix_fmt yuv420p $2
}
## Modified from https://ewanvalentine.io/make-your-own-gif-to-mp4-converter-using-ffmpeg-and-bash/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment