Hi,
I obtain these errors when trying to decode h265 :
- With qtdemux :
ubuntu@tegra-ubuntu:~$ gst-launch-1.0 filesrc location = /home/ubuntu/Desktop/Training/ForTest.mp4 ! qtdemux ! queue ! h265parse ! omxh265dec ! nvoverlaysink -e
ERROR: from element /GstPipeline:pipeline0/GstQTDemux:qtdemux0: GStreamer encountered a general stream error.
- With matroskademux :
gst-launch-1.0 filesrc location = /home/ubuntu/Desktop/Training/ForTest.mp4 ! matroskademux ! queue ! h265parse ! omxh265dec ! nvoverlaysink -e
ERROR: from element /GstPipeline:pipeline0/GstMatroskaDemux:matroskademux0: Could not demultiplex stream.
so which demux can be used with h265 ?
Thanks,