Ability to set fps of VideoFileClip #1069
Labels
feature-request
Request for a new feature or additional functionality.
good-first-issue
Especially suitable for people new to moviepy and/or programming; beginner-friendly.
Milestone
FFMPEG supports a "video file name" of
image-%04d.png
, and moviepy accepts this inVideoFileClip()
which is great. But unfortunately it assumes 25 fps, and I don't see any way to change that. I can callclip=clip.set_fps(24)
but that doesn't change the duration - I think it just skips frames.It would be great if
VideoFileClip
could accept an optionalfps
arg for this case.The text was updated successfully, but these errors were encountered: