Skip to content

Instantly share code, notes, and snippets.

@dreampiggy
Created March 6, 2017 05:31
ffmpeg MOV to Animated WebP
ffmpeg -i input.mov -vcodec libwebp -lossless 1 -q:60 -preset default -loop 0 -an -vsync 0 output.webp
@ht55ght55
Copy link

-q:60 should be -q 60

Sorry, something went wrong.

@tcstory
Copy link

tcstory commented Aug 20, 2024

ffmpeg -i input.mov -loop 1 -an -vf scale=750:-2 -r 24 output.webp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment