Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

heif-thumbnailer unable to proces HEVC-encoded HEIF file #825

Closed
rathann opened this issue Apr 21, 2023 · 1 comment
Closed

heif-thumbnailer unable to proces HEVC-encoded HEIF file #825

rathann opened this issue Apr 21, 2023 · 1 comment

Comments

@rathann
Copy link

rathann commented Apr 21, 2023

With libheif-1.15.2, I'm getting this error:

$ file image1.heic 
image1.heic: ISO Media, HEIF Image HEVC Main or Main Still Picture Profile
$ heif-convert --list-decoders
HEIC decoders:
- libde265 = libde265 HEVC decoder, version 1.0.9
AVIF decoders:
- dav1d = dav1d v6.6.0
- aom = AOMedia Project AV1 Decoder v3.6.0
$ heif-convert image1.heic image1.jpeg
File contains 1 image
Written to image1.jpeg
$ heif-thumbnailer -s 128x128 image1.heic image1-t.heic
Could not decode HEIF image : Unsupported feature: Unsupported codec

Sample image attached (gzipped, otherwise github rejects upload).
image1.heic.gz

@farindk
Copy link
Contributor

farindk commented Apr 21, 2023

Right. There is a bug when you use libheif with the codecs compiled as independent plugins, the heif-thumbnailer will not load the plugins.
I have fixed this in c086da0. Please try with the current version in master branch.

@farindk farindk closed this as completed Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants