I'm using NVENC example provided with NVENC SDK.
I'm manually filling YUV arrays (m_pYUV) that is passed to NVENC API. If the height is UP to 1080 everything works and I get valid video. But if I define height greater than 1080 it seems that compression still success but the video is not valid.
Why it doesn't work if the height is greater than 1080?
I'm manually filling YUV arrays (m_pYUV) that is passed to NVENC API. If the height is UP to 1080 everything works and I get valid video. But if I define height greater than 1080 it seems that compression still success but the video is not valid.
Why it doesn't work if the height is greater than 1080?