Skip to content

Instantly share code, notes, and snippets.

@wotori
Last active April 22, 2022 08:08
Show Gist options
  • Save wotori/9d1ec73323526b48d2430e52a944ed63 to your computer and use it in GitHub Desktop.
Save wotori/9d1ec73323526b48d2430e52a944ed63 to your computer and use it in GitHub Desktop.
video to gif
```
ffmpeg -ss 0 -t 10 -i enter.mp4 -vf "fps=10,scale=500:-1:flags=lanczos,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse" -loop 0 enter.gif
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment