Hi everyone,
I have some videos from an action camera recorded at high fps rate (120+), and I would like to play them in slow motion (which is the main purpose of recording at these rates) within a kivy app.
The videoplayer widget can play it, but at real speed (120 fps), and I can't find any options to modify the output playback fps for videos.
Is there a way to do so within kivy, bringing the playback speed down to 24 fps so that the video looks 5 times slower as it was intended ?
Thank you very much in advance,
Damien