Zulko / moviepy

Video editing with Python
https://zulko.github.io/moviepy/
MIT License
12.1k stars 1.51k forks source link

Use fps instead of time in second #1991

Open tobiasBora opened 1 year ago

tobiasBora commented 1 year ago

As far as I see, the only way to address a particular frame is to find its time using some dirty divisions (like frame/fps), but this looks quite dirty as rounding issue might occur, I need to get the fps that might differ between videos etc… Is there a better alternative?