Hello,
Is there a way to decode my input file faster than the Input framerate? I want to check the IVAHD for performance and see how fast I can decode a 1080p H264 stream.
Ideally I'd want to write to a filesink. The command I've tried so far was:
gst-launch-1.0 -v filesrc Location=bbb_sunflower_1080p_60fps_normal.mp4 ! qtdemux ! h264parse ! ducatih264dec ! filesink Location=/run/media/mmcblk0p3/test sync=FALSE
Setting sync to FALSE didn't help.
Best Regards
Raymond