Open Miguelo981 opened 3 years ago
I know I am very late but I ran into the same problem.
According to this link: https://stackoverflow.com/questions/73214071/moviepy-oserror-error-in-file-converted-fg01-mp4-accessing-time-t-1352-40-13
The workaround worked for me:
clip = clip.fx(mp.vfx.loop, duration=desired_length)
if clip.duration > desired_length:
clip = clip.subclip(0, desired_length)
I am testing the moviepy lib to make a masked video to speed it up and loop it but I can't get both things working at the same time. I get the follow error.
Python script:
Error: