mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
e739810597
Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com>
277 B
277 B
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}}