avif-cli icon indicating copy to clipboard operation
avif-cli copied to clipboard

Command line utility to convert images to AVIF

Results 5 avif-cli issues
Sort by recently updated
recently updated
newest added

Thanks for writing this script! When using ``` npx avif --input="/path/to/www/assets/**/*.*" --output=/path/to/www/assets-avif --verbose ``` It would be really nice if there was a built-in way to preserve the input directory...

enhancement

Can this be used to convert an mp4 to an _animated_ avif?

question

Is there a way how I can preserve transparency when using avif-cli? This is especially important for png images.

question

With the traditional glob method of taking input, we could use wildcards to specify that files in subfolders should be converted together, but the output folder would store all the...

First off - thank you for this CLI, it's been really helpful for a long time. I noticed that in 0.5.3 the CLI just hangs. I can drop to `v0.5.2`...