Opened 21 months ago
Closed 20 months ago
#11214 closed defect (fixed)
ffmpge hevc_videotoolbox renders HDR 10bit Video color error
| Reported by: | kaixii | Owned by: | ePirat |
|---|---|---|---|
| Priority: | critical | Component: | avcodec |
| Version: | 7.0 | Keywords: | hevc_videotoolbox |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | no | |
| Analyzed by developer: | yes |
Description
ffmpeg version: 7.0.2
Mac:Apple M2 Ultra 14.4 (23E214)
代码:
ffmpeg -i /Users/kaixii/10bit.mov -c:v hevc_videotoolbox -tag:v hvc1 10bit.mp4
问题:
ffmpge hevc_videotoolbox renders HDR 10bit Video color error
Using libx265 and prores-videootoolbox, the color is normal
My current input video file is a 10 bit HEVC file.
If I input an 8-bit file, there will also be issues with the final rendered color when using the - pix_fmt yuv420p10le command.
Attachments (1)
Change History (4)
follow-up: 2 comment:1 by , 20 months ago
| Owner: | set to |
|---|---|
| Status: | new → open |
comment:2 by , 20 months ago
Replying to ePirat:
Can you test with a more up to date version that contain
which at the time of writing that would be 7.1 and git master.
If the issue still happens then, can you provide a sample input file please and maybe two screenshots of what you get and what you expect?
Hello, I have compiled the latest version of ffmpeg (N-117638-g153a6dc8fa issues)
This issue has been fixed in the new version
Thank you~
comment:3 by , 20 months ago
| Analyzed by developer: | set |
|---|---|
| Resolution: | → fixed |
| Status: | open → closed |



Can you test with a more up to date version that contain
which at the time of writing that would be 7.1 and git master.
If the issue still happens then, can you provide a sample input file please and maybe two screenshots of what you get and what you expect?