-
-
Save wandergis/b84ed9ce9d4094cb63a3404a642f1b05 to your computer and use it in GitHub Desktop.
ffmpeg MOV to Animated WebP
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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