I used the command below to decode a 265 file to a yuv file:
gst-launch-1.0 filesrc location=s4k_video.h265 ! h265parse ! omxh265dec ! filesink location=s4k_video_decode.yuv -e
it spent 52 seconds decoding the file(4096*2160), but the original file is just 10s, so is there any method(command or cuda command) to accelerate the decoding speed? I always think it is hard decoding because I used gstreamer…
Thank you very much!!! Hope your help.