Skip to content

Instantly share code, notes, and snippets.

@Kartones
Last active November 22, 2023 20:46
  • Star 7 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
image & video (Imagemagick, ffmpeg, webp...) commands
@a-eniou-pvotal
Copy link

for a lot of images you could use parallel
parallel -eta cwebp {} -progress -short -mt -o {.}.webp ::: *.jpeg|*.png|*.jpg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment