I am working on a project using high framerate videos and I would like to slow them down (as in display them in slow motion) in Processing. I don't want it to simply drop some frames out of the 60 frames per second, but rather conform the original 60 frames per second video to a specified framerate, e.g. 24fps (aka "over cranking"). Is this possible? I've been using the code below, but the video is still being displayed at 60fps I believe. Am I doing something wrong or is what I want to achieve not possible?