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

support hevc tile encode and decode #97

Open
chAlices opened this issue Mar 22, 2021 · 1 comment
Open

support hevc tile encode and decode #97

chAlices opened this issue Mar 22, 2021 · 1 comment

Comments

@chAlices
Copy link

(The same as strukturag/libheif#467)

Hi,

I'm looking for a way to mux heif/heic using HEVC tiles or slices (not heic tile). I notice there are some conditional expressions to deal with item type equal to 'hvt1’ while reading heic. But I want to know how to write heic using hevc tile or slice.

In fact, I try to write other boxes according to ISO/IEC 23008-12:2017. I store the slice item using 'hvt1' instead of 'hvc1', and I add the reference of type 'dpnd' to identify the HEVC tile item as the document do. But only half of the image is shown. And I don't know how to fix it. Is there any good suggestions?

Thanks,
Chalice

@quhung
Copy link

quhung commented Mar 20, 2024

(The same as strukturag/libheif#467)

Hi,

I'm looking for a way to mux heif/heic using HEVC tiles or slices (not heic tile). I notice there are some conditional expressions to deal with item type equal to 'hvt1’ while reading heic. But I want to know how to write heic using hevc tile or slice.

In fact, I try to write other boxes according to ISO/IEC 23008-12:2017. I store the slice item using 'hvt1' instead of 'hvc1', and I add the reference of type 'dpnd' to identify the HEVC tile item as the document do. But only half of the image is shown. And I don't know how to fix it. Is there any good suggestions?

Thanks, Chalice

Have you find any solution?

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