ARTICLE AD BOX
I created a multi-video playback project, but some videos are at 10 frames per second (fps), while others are at 24. I tried using the function:
video.set_fps(10)with a 24 fps video, but I get the following error:
An exception occurred: AttributeError The object "VideoFileClip" does not have the attribute "set_fps"Has the function been removed?
