SimpleMobileTools / Simple-Gallery

A premium app for managing and editing your photos, videos, GIFs without ads
https://www.simplemobiletools.com
GNU General Public License v3.0
3.6k stars 757 forks source link

AV1 support #2496

Open TyraVex opened 2 years ago

tibbi commented 2 years ago

do other galleries play them?

sceneq commented 1 year ago

I ran the following command and got 420.avif to display correctly and 422.avif to display completely black.

ffmpeg -i 420.avif says compatible_brands is "avifmif1miafMA1B", whereas ffmpeg -i 422.avif shows "avifmif1miaf"

Both 420 and 422 can be displayed correctly in Firefox

420_422_avif.zip

jlHertel commented 1 year ago

Not sure how relevant this is, but I noticed that smaller photos (in resolution terms, eg: 2000x1500) tend to display fine but bigger (eg: 4000x3000) ones fail, so maybe this whole issue is somehow a memory limit problem?

jlmxyz commented 11 months ago

same request here, tried to open a jpeg photo converted to avif using imagemagick (convert photo.jpg photo.avif) and it don't open, since /e/os (android 12) gallery don't open it either, i'm not sure if it is a /e/os missing or a issue of simple gallery....

Mario-Hero commented 11 months ago

Same request, you can use Glide on Java which support avif easily, or use libavif on C directly. The avif files are much smaller than jpg, so I convert almost all my photos to avif. They can be opened on PC by XNView MP, but on Android, there are few apps support avif.

I tried to make one by Qt on Android, but it was too difficult to let it support avif...

Mario-Hero commented 11 months ago

Ok, I solved it... I simply added the dependency "com.github.bumptech.glide:avif-integration:$latestversion" and built it, then it worked!!!!!!!!!!! Now it can show avif pictures on my Huawei Nova7

jlmxyz commented 11 months ago

nice! did you tested with images created from photos using imagemagick "convert" tool? I noticed that some sample avif does display fine, but others not, in particular none of my photos converted using imagemagick...

hope this will be in next simple gallery release

Le 25 octobre 2023 15:45:17 GMT+02:00, Mario Hero @.***> a écrit :

Ok, I solved it... I simply added the dependency "com.github.bumptech.glide:avif-integration:$latestversion" and built it, then it worked!!!!!!!!!!! Now it can show avif pictures on my Huawei Nova7

-- Reply to this email directly or view it on GitHub: https://github.com/SimpleMobileTools/Simple-Gallery/issues/2496#issuecomment-1779312467 You are receiving this because you commented.

Message ID: @.***>

Mario-Hero commented 11 months ago

I uploaded the apk, you can try it at https://github.com/Mario-Hero/Simple-Gallery-AVIF/releases/tag/Publish

nice! did you tested with images created from photos using imagemagick "convert" tool? I noticed that some sample avif does display fine, but others not, in particular none of my photos converted using imagemagick... hope this will be in next simple gallery release Le 25 octobre 2023 15:45:17 GMT+02:00, Mario Hero @.> a écrit : Ok, I solved it... I simply added the dependency "com.github.bumptech.glide:avif-integration:$latestversion" and built it, then it worked!!!!!!!!!!! Now it can show avif pictures on my Huawei Nova7 -- Reply to this email directly or view it on GitHub: #2496 (comment) You are receiving this because you commented. Message ID: @.>

jlmxyz commented 11 months ago

hi, I made some testing, seems to works great! hope it'll be in next release! best regards

Le 26 octobre 2023 02:23:26 GMT+02:00, Mario Hero @.***> a écrit :

I uploaded the apk, you can try it at https://github.com/Mario-Hero/Simple-Gallery-AVIF/releases/tag/Publish

nice! did you tested with images created from photos using imagemagick "convert" tool? I noticed that some sample avif does display fine, but others not, in particular none of my photos converted using imagemagick... hope this will be in next simple gallery release Le 25 octobre 2023 15:45:17 GMT+02:00, Mario Hero @.> a écrit : Ok, I solved it... I simply added the dependency "com.github.bumptech.glide:avif-integration:$latestversion" and built it, then it worked!!!!!!!!!!! Now it can show avif pictures on my Huawei Nova7 -- Reply to this email directly or view it on GitHub: #2496 (comment) You are receiving this because you commented. Message ID: @.>

-- Reply to this email directly or view it on GitHub: https://github.com/SimpleMobileTools/Simple-Gallery/issues/2496#issuecomment-1780232868 You are receiving this because you commented.

Message ID: @.***>

jlmxyz commented 10 months ago

in fact the issue with portrait one is a bug in libheif 1.15.2 used by imagemagick, it encode the data swaping height and width.... files created by libavif's avifenc tools display fine! 🎉

Le 1 novembre 2023 18:17:48 GMT+01:00, jlmxyz @.***> a écrit :

seems that there is some issues with the portrait ones, they display fine on pc but tried to be displayed as landscape on simple-gallery-avif

here is an image sample

Le 01/11/2023 à 18:08, jlmxyz a écrit :

hi, I made some testing, seems to works great! hope it'll be in next release! best regards

Le 26 octobre 2023 02:23:26 GMT+02:00, Mario Hero @.***> a écrit :

I uploaded the apk, you can try it at
https://github.com/Mario-Hero/Simple-Gallery-AVIF/releases/tag/Publish

    nice! did you tested with images created from photos using
    imagemagick "convert" tool? I noticed that some sample avif
    does display fine, but others not, in particular none of my
    photos converted using imagemagick... hope this will be in
    next simple gallery release Le 25 octobre 2023 15:45:17
    GMT+02:00, Mario Hero /*@*/./*> a écrit :
    … <#>
    Ok, I solved it... I simply added the dependency
    "com.github.bumptech.glide:avif-integration:$latestversion"
    and built it, then it worked!!!!!!!!!!! Now it can show avif
    pictures on my Huawei Nova7 -- Reply to this email directly or
    view it on GitHub: #2496 (comment)
    <https://github.com/SimpleMobileTools/Simple-Gallery/issues/2496#issuecomment-1779312467>
    You are receiving this because you commented. Message ID:
    /*@*/.*/>

—
Reply to this email directly, view it on GitHub
<https://github.com/SimpleMobileTools/Simple-Gallery/issues/2496#issuecomment-1780232868>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJUDLRA6GWHBLY2HPUEXMELYBGUP5AVCNFSM5XS6MY42U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCNZYGAZDGMRYGY4A>.
You are receiving this because you commented.Message ID:
***@***.***>
jlHertel commented 10 months ago

hey @tibbi Any chance we can make the above suggested change of adding the dependency com.github.bumptech.glide:avif-integration:$latestversion and making a new release?

Thanks in advance

Mario-Hero commented 10 months ago

hey @tibbi I add the avif dependency and make a pull request, it works fine. Check it at here. The apk is here.

Thanks!

jlHertel commented 9 months ago

@tibbi Bumping this once again, in the hope you manage to get some free time in the holidays to take a look on the suggested change.