How does framerate works in video?
We are using React, We did reset framerate 1 and 1000 at the video, but did not get any difference from the recorded videos, shall we know more about the framerate?
Our requirements are take screenshots every 5 seconds. and make it as video/images instead of capturing continuously.
-
Hi Nagaraj,
So we exchanged information over email, however for everyone else and in case I missed anything will add a bit more details here as well.
All of our SDKs are by default going to framerate of 25. This can be changed and increased or decreased as needed.
The default stream (video) will be always be created to be at 25 frames, so you can not see the difference in the framerate. Of course if you check out the original stream you would be able to see it.
* Of course it is good to mention that not all cameras support different framerates. So for example if your camera supports 25 or 30 frames per second, even if you set up 100 frames, it will only use 2 or 30 that camera allows.
So for the framerate of 5 you would set the parameter to 5 frames.
This would be set like in this demo:
<ZiggeoRecorder
apiKey={API_KEY}
framerate={5}
/>We also have a demo written for React SDK that might be of great help: https://github.com/Ziggeo/react-ziggeo/tree/master/demo
Now I do just want to confirm since you said "take screenshots" if you mean capture camera every seconds, or the desktop screen every 5 seconds?
Asking only since for screen recording it is a bit different setup.
* Just as important note. The very low framerate will work better on 34 and above, and will also be possible with it to change other streams to not be 25 frames. So at that point it will not be just original stream that has different framerate.
Regards,
Bane0
Please sign in to leave a comment.
Comments
1 comment