Opened 2 months ago

Closed 5 weeks 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)

10bit.mov (141.9 KB ) - added by kaixii 5 weeks ago.
10bit HEVC HDR file

Download all attachments as: .zip

Change History (4)

comment:1 by ePirat, 5 weeks ago

Owner: set to ePirat
Status: newopen

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?

by kaixii, 5 weeks ago

Attachment: 10bit.mov added

10bit HEVC HDR file

in reply to:  1 comment:2 by kaixii, 5 weeks 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 ePirat, 5 weeks ago

Analyzed by developer: set
Resolution: fixed
Status: openclosed
Note: See TracTickets for help on using tickets.