Skip to content

Instantly share code, notes, and snippets.

@daikini
Forked from dreampiggy/mov2webp.sh
Created February 8, 2019 15:31
Show Gist options
  • Save daikini/adcd2ace6d9a99e2efabbc9c87e6cfc5 to your computer and use it in GitHub Desktop.
Save daikini/adcd2ace6d9a99e2efabbc9c87e6cfc5 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