Hi,
I’m trying to modify the framerate in deepstream with “framerate=45/1” with no success
example pipe with NVIDIA plugins:
gst-launch-1.0 filesrc location=4K_standing.mp4 ! decodebin ! nvvidconv ! “video/x-raw(memory:NVMM),format=(string)RGBA, framerate=45/1” ! dsexample processing-width=1280 processing-height=720 ! nvosd ! nveglglessink
Thanks