Skip to content
Discussion options

You must be logged in to vote

KVS does not do any transcoding so you cannot change the frame rate directly. You can always use the videorate and audiorate GStreamer elements to do this though:

https://gstreamer.freedesktop.org/documentation/videorate/index.html?gi-language=c
https://gstreamer.freedesktop.org/documentation/audiorate/index.html?gi-language=c

Frame rate for example in a codec like h264 is embedded in the stream itself in the sps/pps, so you will need to use one of the elements above to make sure the frame it is correct before it reaches kvssink once it reaches the sink element you cannot just tell the sink element to change it, it must be correctly set before it hits the sink, and using the elements abov…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sirknightj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants
Converted from issue

This discussion was converted from issue #901 on February 23, 2023 06:15.