mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
Create webpmux.md
This commit is contained in:
parent
c6543d045c
commit
19e11fbb9e
1 changed files with 8 additions and 0 deletions
8
pages/common/webpmux.md
Normal file
8
pages/common/webpmux.md
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# 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 +0+0+100 -frame path/to/frame2.webp +0+0+100 -loop 0 -o path/to/output.webp`
|
Loading…
Add table
Reference in a new issue