webpmux
TLDR
Extract frame from animation
$ webpmux -get frame [1] [input.webp] -o [frame.webp]
Get ICC profile$ webpmux -get icc [input.webp] -o [profile.icc]
Set ICC profile$ webpmux -set icc [profile.icc] [input.webp] -o [output.webp]
Show info$ webpmux -info [input.webp]
Strip metadata$ webpmux -strip all [input.webp] -o [output.webp]
SYNOPSIS
webpmux [-get type] [-set type file] [-info] input [-o output]
DESCRIPTION
webpmux manipulates WebP files. It handles metadata and animation.
Extract frames. From animated WebP.
Metadata handling. ICC, XMP, EXIF.
Animation creation. Combine frames.
Part of libwebp. Google tool.
PARAMETERS
-get TYPE
Extract (frame, icc, xmp).-set TYPE FILE
Set metadata.-strip TYPE
Remove metadata.-info
Show information.-o FILE
Output file.
CAVEATS
WebP format only. Part of libwebp-tools. Animation support.
HISTORY
webpmux is part of libwebp by Google, providing tools to manipulate WebP images.


