Skip to content

Instantly share code, notes, and snippets.

@shaunburch
Last active June 7, 2024 18:52
Show Gist options
  • Save shaunburch/7a991fc9e39a1f673e5ecf48405e01e7 to your computer and use it in GitHub Desktop.
Save shaunburch/7a991fc9e39a1f673e5ecf48405e01e7 to your computer and use it in GitHub Desktop.
Video to GIF
#!/usr/bin/env bash
FILE=$1
ffmpeg -i $FILE -vf fps=10,scale=600:-1 ${FILE%.*}.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment