Porting Nvidia Video Codec SDK app to Jetson NX

We have developed a video processing app that use the accelerated encoders and decoders on a GF1060 GPU. Its basically the Transcode example that has evolved a bit so we use a couple of decoders and an encoder.

I am now looking to port it to Jetson NX, and it seems that the compiled libraries are unavailable for aarch64.

Any advice on how to proceed?

Kind regards

Jesper

Hi,
Video Codec SDK is specic to desktop GPUs and not supported on Jetson platforms. On Jetson platforms, we support gstreamer and tegra_multimedia_api. You may take a look at documents and adapt your application. Please check developer guide

OK, Thanx.

I will look into it.