hello nvidia team I have issues with video format when playing decodebin using nvv4l2decoder
I could not read this video with command:
gst-launch-1.0 filesrc location=test.mp4 ! decodebin ! fakesink
It have out error :
nvbufsurface : Unsupported output format (36)
Please check it out, thank you so much.
I attach the video to test.
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)
• Hardware Platform GPU)
• DeepStream Version. 6.0
• TensorRT Version 8.0.1
• NVIDIA GPU Driver Version: Driver Version: 470.103.01
• 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)
run command:
gst-launch-1.0 filesrc location=test.mp4 ! decodebin ! fakesink
Requirement details dowloand the test.mp4 above
@Fiona.Chen
Your test.mp4 is a HDR video (BT.2020), this color space is not supported by DeepStream now.
@Fiona.Chen thank you for your help. How could I know the list color space is supported by DeepStream?