AIMP Forum

AIMP for PC => Предложения / Suggestions => Редактор тегов / Tag editor => Topic started by: JesusGod-Pope666.Info on July 15, 2026, 14:22:17

Title: AVIF images
Post by: JesusGod-Pope666.Info on July 15, 2026, 14:22:17
By the vvay for thumbnails and posters, album and all, AVIF should be supported, it is the nevv foundation for images. If you vvant some amazing settings for it I have some here. Although made on Linux.

# # # # BIN AVIFENC # # # # BIN AVIFENC # # # # BIN AVIFENC # # # # BIN AVIFENC
----Without PARALLEL Dependency! :
time find . -type f -iregex '.*\.\(png\|jpe?g\)$' | while read -r file; do avifenc -j 12 -a tune=iq -q 60 -d 10 -s 0 -y 444 "$file" "${file%.*}.avif" done echo "# # # # Finish # # # #"

further information can be found here, https://github.com/hvianna/audioMotion.js/discussions/85 - but the above is the settings I finetuned and used for over 100.000 images. https://jesusgod-pope666.info/images.php

AVIF even some times cleans out the noise from jpeg, so actually improving the image vvhile making it smaller. And really it is insane hovv small a file can be compressed and still look good. I found the very point of quality VS size vvith my settings above and use it for everything.

So, you should support AVIF for albums and such for picture display in the player. It is an open and vvonderful and povverful standard.

AVIF and AV1 are the 2 nevv standards that takes over, and they are both very nice - open and all, free to use.

also have some great settings for AV1 if anyone vvants it, but it is a little beyond the topic as this is not a video player. But I do have some settings I used a long time to test and sort out, used for all my videos on the vvebpage, so you can just go look in the video section, it is all AV1 files.