How to use Vicharak AXON's hardware decoders / encoders in raw C code?

Dear all,

I would like to know how we can use Vicahark AXON’s hardware decoders / encoders programatically in C or C++?

Is there any example code or conceptual discussion available anywhere ?

I wanted to decode H.265 / H.264 videos (comming from RTSP) into pixel data that could be easily rendered on a GUI.

At the present moment, I am using ffmpeg with RKMPP but that seems to support only h264_rkmpp (hardware acceleration for H.264) but not for H.265.

Yours respectfully,
Aravind A

You can use through gstreamer APIs or you can use ffmpeg APIs in your C++

Check out this blog for ffmpeg Using FFmpeg in C++ A Comprehensive Guide - FriendlyUsers Tech Blog

1 Like