-
-
Notifications
You must be signed in to change notification settings - Fork 304
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
green color blocks #1379
Comments
Can you confirm this is with x265 and de265? Can you share the exact commands, along with source data to reproduce this? It is likely in the de265 layer, but would be good to check first. |
command:heif-convert a.heic a.jpg |
This looks very much like a race-condition when multiple tiles are decoded in parallel. Can you tell me exactly which version (or commit hash) you are using and which cmake settings? Especially |
Also let me know the system (Linux, Windows, macOS). |
commit:08aba4a02ab491667b0fd71ccba109b26908b6f4 system:Debian GNU/Linux I used this to install it: repetition step: |
Ok, I managed to reproduce this. Does not happen very often with my 4 core CPU. Might be that it happens more often with more cores. |
Our server has 2 core CPU. Is there any way to avoid this kind of problem |
Setting the container to a single core resolved this issue for me. Thank you. |
Can you please confirm that the above commit fixes the race condition when running on multiple cores? |
After verification, it has been confirmed that the above commit no longer encounters race condition issues when running on multiple cores |
Thank you for the report and the confirmation that it is fixed now. |
Hello, when using heif-convert for image conversion, I have noticed occasional occurrences of green color blocks appearing in the image after multiple conversions of the same picture.
The text was updated successfully, but these errors were encountered: