Skip to content

Instantly share code, notes, and snippets.

@niusounds
Created March 28, 2019 02:20
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 niusounds/51c9c23f349f492c29957f98e0adbfd7 to your computer and use it in GitHub Desktop.
Save niusounds/51c9c23f349f492c29957f98e0adbfd7 to your computer and use it in GitHub Desktop.
convert video to animation WebP with infinite loop and appropriate size for web (ex. width=640px).
ffmpeg -y -i .\video.mp4 -loop 0 -vf scale=640:-1 output.webp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment