Files
cheatsheet-tldr/tldr/webpmux
2025-04-28 00:20:19 +00:00

14 lines
370 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# webpmux
> Create WebP animations.
> More information: <https://developers.google.com/speed/webp/docs/webpmux>.
- Create a two-frame animation:
`webpmux -frame {{path/to/frame1.webp}} +{{500}} -frame {{path/to/frame2.webp}} +{{500}} -loop {{0}} -o {{path/to/output.webp}}`