justinfrankel / licecap

LICEcap simple animated screen capture tool for Windows and OS X
http://www.cockos.com/licecap
5.24k stars 441 forks source link

Feature request: Support Animated WEBP format #115

Open mherchel opened 2 years ago

mherchel commented 2 years ago

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.

ALonelyJuicebox commented 2 years ago

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

mherchel commented 2 years ago

Yep! It was

ffmpeg -i filename.mp4 filename.webp

Thanks :)