What problem does it solve?
This Skill converts video files to animated WebP format, offering control over frames per second, size, quality, loop count, and trimming, which is useful when creating lightweight demos, replacing GIFs with smaller WebPs, or extracting short clips.
Core Features & Use Cases
- Video to WebP Conversion: Converts a variety of video formats (MP4, MOV, WebM, GIF, MKV, AVI, etc.) into animated WebP images.
- Customization Options: Allows for customization of frames per second, size, quality, loop count, and trimming.
- Use Case: If you have a long video and you only need a short loop or demo for presentation, this Skill can help you create that efficiently.
Quick Start
Convert a video file 'demo.mp4' to an animated WebP with 24 frames per second, constrained to 800 pixels width: scripts/to-webp.sh -f 24 -w 800 demo.mp4 demo.webp