Using GPU to encode (H265)

Hi, I have a buffer of around 200 frames. I want to encode (H265) these frames using the GPU so that the encoding is very fast.
I found that “NVEncodeFrame” function can be used to encode the buffer but I couldn’t find any example.
Can you suggest some examples or links from where I can start programming?

Hi,
There is individual hardware encoder in Jetson platforms. Please run this sample to encode the frames:

/usr/src/jetson_multimedia_api/samples/01_video_encode
1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.