Replies: 1 comment 1 reply
-
Hello again, no, libvips is single images only, though it does support animated and multipage images (webp, gif, avif, etc.). FWIW, I would convert with:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a bunch of sequentially named jpeg images produced by ffmpeg and I want to convert them all into avif format. ffmpeg is not being able to produce avif straight away so i have to do it afterwards, which is fine. Is there a wildcard pattern for input/output files that can handle this?
And i am not looking for a shell script. I want one simple cli command.
Beta Was this translation helpful? Give feedback.
All reactions