Skip to content

Instantly share code, notes, and snippets.

@ststeiger
Forked from dreampiggy/mov2webp.sh
Created June 18, 2018 15:08
Show Gist options
  • Save ststeiger/aee57d16292f6987fe84867598bf419a to your computer and use it in GitHub Desktop.
Save ststeiger/aee57d16292f6987fe84867598bf419a 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