Does native decoder refer to hevc (hevcdec.c)? I tried using hevc and in environments with low CPU performance, hevc_cuvid was much faster. So, I used hevc_cuvid for decoding but encountered an issue where HDR10+ sidedata did not exist. That's why I wrote this patch.
I thought that the original content's sidedata should be preserved even after decoding regardless of which decoder is used. And I thought hevc_cuvid was the only way to get Nvidia hwaccel support. If I'm mistaken about anything, please let me know. Also, is it correct to respond to your comments like this? It seems quite different from the format you sent. Apologies, as I'm still relatively new to the FFmpeg community and have a lot to learn. Any additional guidance would be greatly appreciated. -----Original Message----- From: ffmpeg-devel <[email protected]> On Behalf Of Timo Rothenpieler Sent: Friday, September 20, 2024 4:48 AM To: [email protected] Subject: Re: [FFmpeg-devel] [PATCH] avcodec/cuviddec: Add handling HDR10+ sidedata on cuviddec. On 19.09.2024 06:43, yoonjoo wrote: > Implemented decoding of NAL units and handling HDR10+ sidedata by > referring to hevcdec. Why? Can't you just use the native decoder with nvdec hwaccel? _______________________________________________ ffmpeg-devel mailing list [email protected] https://protect2.fireeye.com/v1/url?k=c11e9bb6-9e85a2a9-c11f10f9- 000babdfecba-c4d76825032a0b52&q=1&e=342e88a0-295e-4dc1-a57f- 8f5aab974009&u=https%3A%2F%2Fffmpeg.org%2Fmailman%2Flistinfo%2Fffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe". _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
