.avif
filenames are always encoded with av1. You can use the encoder
param to set which AV1 encoder you prefer.
-
title |
Beta Was this translation helpful? Give feedback.
-
Hi @FluffyDiscord, the docs are here: https://www.libvips.org/API/current/VipsForeignSave.html#vips-heifsave So perhaps: $image->writeToFile("x.avif", ["effort" => 9]);
|
Beta Was this translation helpful? Give feedback.
Hi @FluffyDiscord, the docs are here:
https://www.libvips.org/API/current/VipsForeignSave.html#vips-heifsave
So perhaps:
.avif
filenames are always encoded with av1. You can use theencoder
param to set which AV1 encoder you prefer.