-
Notifications
You must be signed in to change notification settings - Fork 163
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
coded parameter out of range error #17
Comments
Which version of libde265.js is used? Could you please provide a sample file and a demo setup so we can reproduce the error? cc @farindk |
I am using the latest min https://github.com/strukturag/libde265.js/tree/master/lib found here. I have attached a sample file. I'll see if I can setup a small project to reproduce the bug. |
I tried to reproduce it like this: I used Nokia's example code to extract the HEVC data stream from the HEIF file. This worked fine for other HEIF files. However, for your file, the Nokia code crashes with this error: Could it be that the Nokia code cannot parse this file and you got corrupted HEVC data because of that? Or, in case you got the HEVC data, could you send me the raw HEVC data-stream that I can test with the decoder? |
7829657-video.hevc.mp4Here is an example generated from ZoneMinder that exhibits this error. |
While trying to decode an heic picture coming from an iPhone X I am getting this error:
In this case, code is
8
.I am using Nokia's decoder which in turn uses libde265.js.
See nokiatech/heif#33
The text was updated successfully, but these errors were encountered: