Manuel Leiva
Manuel Leiva
This is the video stream source: ``` gst-launch-1.0 filesrc location=video.ts ! 'video/mpegts' ! queue ! tsdemux name=demux \ demux. ! queue ! h264parse ! avdec_h264 ! x264enc speed-preset=ultrafast tune=zerolatency bitrate=6000...
Hi @jbarria , This filter option is not available for interlatency tracer, but you can filer the elements from `gstshark-plot` This option is only available in latest version of develop...
Hi @joshua-tatenda, Could you provide your pipeline and CTF files generated? Regards.
Hi @joshua-tatenda, I am able to reproduce the error reported by you, I am researching the cause. For the frame rate beside the error reported by you I have seen...
Hi @joshua-tatenda, I have found the cause of your problem. Based on the information in the file `GstShark_Logs_Bitrate/metadata` you are using an old tracer version (before version v0.5.2) but you...
Hello, The steps in the X axis are defined automatically by the plot ([plot_tracer.m#L150](https://github.com/RidgeRun/gst-shark/blob/master/scripts/graphics/plot_tracer.m#L150)) But you can force the plot to get the steps required by you. For example: `...
Hi, The proctime.mat file is created here: [gstshark-plot#L133](https://github.com/RidgeRun/gst-shark/blob/master/scripts/graphics/gstshark-plot#L133) I am not sure if these scripts work with Matlab, but based on this link: https://www.mathworks.com/help/matlab/ref/xticks.html I think for Matlab the commands...