1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

Update pages/common/webpmux.md

Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com>
This commit is contained in:
Managor 2025-04-26 20:55:47 +03:00 committed by GitHub
parent aba3ea9fae
commit 7bc062a11a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,4 +5,4 @@
- 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`
`webpmux -frame {{path/to/frame1.webp}} +500 -frame {{path/to/frame2.webp}} +500 -loop {{0}} -o {{path/to/output.webp}}`