How to resize a video

I’d like to resize a video on the fly to draw some custom information on it.
In my case I’d like to scale down a video from 1920x1080 to 1280x720. I tried to use nvvideoconverter with dest-crop set to 0:0:720:1280 but it creates and output video with resolution of 1920x1080 and within it a cropped video with resolution of 1280x720 with surrounding black margins.

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU)
• DeepStream Version
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
• 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)

I am using Deepstream 6.0, Python bindings and a Tesla T4.

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

Can you set one cpasfilter after nvvideoconvert?

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