Ok, so I am making a video. I want to know exactly how to use the FPS argument. It is a float, so I assumed it was what interval do I want between each frame. Can you give an example? I just want to know how the video would change with varying FPS argument values., because my video I made is way too fast now. Thanks!
Share
It really is just that –
frames per second. In other words, how many frames do you want to display every second?Here is an example:
Example usage:
Thus, you will have a video file that consists of all the still frames that your camera captured stitched together as a single video. The number of frames that are displayed per second will be as you set with the
fpsparameter. (If your video is too fast, I recommend setting a lowerfps)I wrote this code off the top of my head, so I haven’t tested it, but it should work. Let me know if you have any questions or problems. I hope this helps you!