Skip to content

Instantly share code, notes, and snippets.

@vitalik74
Forked from dreampiggy/mov2webp.sh
Created May 29, 2018 15:12
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 vitalik74/2369bf9b35d680f23aa24788165a5f03 to your computer and use it in GitHub Desktop.
Save vitalik74/2369bf9b35d680f23aa24788165a5f03 to your computer and use it in GitHub Desktop.
ffmpeg MOV to Animated WebP
ffmpeg -i input.mov -vcodec libwebp -lossless 1 -q:60 -preset default -loop 0 -an -vsync 0 output.webp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment