You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 14, 2021. It is now read-only.
HDR video creation and view is getting more since iPhone 12. One of our project, I need to convert video HDR to SDR. So I need "yuv420p10le" but it gives me error:
Incompatible pixel format 'yuv420p10le' for codec 'libx265', auto-selecting format 'yuv420p'
It gives this error because of it built on 8 bit versions. (build info [Mac OS X][clang 11.0.3][32 bit][noasm] 8bit)
Can you provide 10 bir version alternative?
Thanks,
The text was updated successfully, but these errors were encountered:
Hi, thanks for creating this issue. Could you share more details about your environment, the command you're running? So that we can reproduce this issue.
Well, I don't remember exactly why 10-bit support is not enabled in x265. Enabling the library was quite painful, I remember that. And I couldn't enable everything I wanted, i.e. asm is disabled. But for 10-bit support, I'm not sure why it's not there.
Anyway, we need to investigate if enabling 10-bit support is possible in x265. I assume then you will be able to use the yuv420p10le format.
Hi @tanersener,
Firstly, thank you for this great work!
HDR video creation and view is getting more since iPhone 12. One of our project, I need to convert video HDR to SDR. So I need "yuv420p10le" but it gives me error:
Incompatible pixel format 'yuv420p10le' for codec 'libx265', auto-selecting format 'yuv420p'
It gives this error because of it built on 8 bit versions. (build info [Mac OS X][clang 11.0.3][32 bit][noasm] 8bit)
Can you provide 10 bir version alternative?
Thanks,
The text was updated successfully, but these errors were encountered: