justinfrankel/licecap

Feature request: Support Animated WEBP format

mherchel opened this issue · 2 comments

LiceCAP is amazing! Thank you for putting in your time and effort into this FOSS software :)

It currently outputs as GIF, but it would be nice if there was an option to output animated WEBP.

As an experiment, I used FFMPEG to convert a licecap generated animated GIF to animated WEBP, and it shaved off ~60% of the file size.

Completely agree-- do you happen to have the FFMPEG command you used?

Yep! It was

ffmpeg -i filename.mp4 filename.webp

Thanks :)