Skip to content

Instantly share code, notes, and snippets.

@Kartones
Last active February 19, 2023 11:34
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