Zulko / moviepy

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

Update VideoClip.py #2161

Open TitanStar73 opened 2 months ago

TitanStar73 commented 2 months ago

Fixes bug where fps=None due to changes in python decorators The bug arises when write_video is used. The ffmpeg's write operation fails due to fps=None.