Is there a way to save H265 encoded video on the A30?

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) A30
• DeepStream Version 6.0
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs) question
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

Hi.
I am aware that nvenc cannot be used on the A30 because the hardware encoder does not exist.
On top of that, I would like to save the GPU decoded video in H264/H265.
In other words, how can I connect the gstreamer plugin from nvvideoconvert to regular x264enc or x265enc?

There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks

You can try to modify the source code with: gst_element_factory_make ("x264enc", "x264enc");

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