mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-05 04:55:42 +00:00
Update cheatsheets
This commit is contained in:
13
tldr/webpmux
Normal file
13
tldr/webpmux
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
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}}`
|
||||
Reference in New Issue
Block a user