Skip to content

Instantly share code, notes, and snippets.

@wandergis
Forked from dreampiggy/mov2webp.sh
Created March 25, 2020 02:34
Show Gist options
  • Save wandergis/b84ed9ce9d4094cb63a3404a642f1b05 to your computer and use it in GitHub Desktop.
Save wandergis/b84ed9ce9d4094cb63a3404a642f1b05 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