H264 encoding and decoding on Jetson AGX Xavier

Hello good people,

I have implemented h264 encoder and decoder for amd64 systems (my PC with RTX 3090) using C programming language. Now, as expected, that code does not work on an aarch64 system like Jetsons.

Could You provide me with some guidelines/tips/examples of such implementations?

(It could be that CPU architecture has nothing to do with this problem, regardless I need some help implementing the same thing, just for Jetson agx xavier)

Thank You for Your help and time :)

Hi,
This would need other users to share experience.

There is hardware encoder and decoder in Jetson chips, so we use the hardware engines for encoding and decoding tasks. You may consider use the hardware engines.

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