I’m trying to use Orin NX as a capture device with an industrial camera, aiming to capture data at 60 frames per second and encode it into .mp4 format for storage. I currently use ffmpeg for encoding, but the speed of software encoding is not sufficient. However, it seems that NVENC cannot be used. Are there any good hardware encoding solutions available, preferably ones that can be used directly with ffmpeg? I’m also unsure whether Orin NX supports NVENC, as I haven’t been able to find a definitive answer.
thanks.
Hi,
We enable only hardware decoding in ffmpeg. For using hardware encoder, we suggest use jetson_multimedia_api. Please check the samples:
/usr/src/jetson_multimedia_api/samples/01_video_encode/
/usr/src/jetson_multimedia_api/samples/unittest_samples/encoder_unit_sample/
1 Like
thank you
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.