Use GPU as video encoder on jetson orin nano

I received a jetson orin nano dev kit recently and was surprised to see it doesn’t have a hardware encoder. It seems to get reasonable video quality, you have to use 2-3 cpu cores just for h264 encoding.

Is it possible to use the GPU to run an h264 encoding algorithm? If so, are there any examples of doing so?

Hi,
There is no existing software stack for using GPU as encoder on Orin Nano. A possible solution is to develop CUDA code to do h264 encoding, but you would need to implement on your own.

You may consider use Orin NX or Xavier NX to have hardware encoder.

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