Skip to content

Instantly share code, notes, and snippets.

@Kartones
Last active November 22, 2023 20:46
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save Kartones/457fda60da05bb55224d to your computer and use it in GitHub Desktop.
Save Kartones/457fda60da05bb55224d to your computer and use it in GitHub Desktop.
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