With media-libs/libheif[-aom] convert -list format | grep AVIF WARNING: The convert command is deprecated in IMv7, use "magick" instead of "convert" or "magick convert" AVIF HEIC -w+ AV1 Image File Format (1.18.2) With media-libs/libheif[aom] -- convert -list format | grep AVIF WARNING: The convert command is deprecated in IMv7, use "magick" instead of "convert" or "magick convert" AVIF HEIC rw+ AV1 Image File Format (1.18.2)
I even tried this with 6.9.13.3 and findings are true.
Haven't tried but more specifically it should need one of USE=svt-av1, rav1e, or aom (aom enabled by default).
(In reply to Ionen Wolkens from comment #2) > Haven't tried but more specifically it should need one of USE=svt-av1, > rav1e, or aom (aom enabled by default). ...and technically this is more optfeature material
(In reply to Ionen Wolkens from comment #2) > Haven't tried but more specifically it should need one of USE=svt-av1, > rav1e, or aom (aom enabled by default). I already had svt-av1 enabled. But it didn't work.
(In reply to Ionen Wolkens from comment #3) > (In reply to Ionen Wolkens from comment #2) > > Haven't tried but more specifically it should need one of USE=svt-av1, > > rav1e, or aom (aom enabled by default). > > ...and technically this is more optfeature material You mean for #327701? But no read support and only encoding support is kind of odd.
Oh right, svt-av1 and rav1e are purely encoders. For decoding need either aom or dav1d (latter is not supported here).
(In reply to Ionen Wolkens from comment #6) > Oh right, svt-av1 and rav1e are purely encoders. > > For decoding need either aom or dav1d (latter is not supported here). Actually wait, it depends on libdav1d by default, so it does support it.. guess kind of odd that it doesn't use it with USE=-aom. Might be a imagemagick quirk.