Zulko / moviepy

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

VideoFileClip function gets stuck #1649

Open haofanwang opened 3 years ago

haofanwang commented 3 years ago

When I read a video by calling font_video = VideoFileClip(cover_path), it gets stuck without any explicit error. I check the video and find its audio is incomplete. I'm not sure what's going on here, is there anyone meet the same problem?

For now, I just add timeout function through eventlet library and skip this problematic video.

I can provide the video if needed.

Specifications

keikoro commented 2 years ago

I think we'll need more details on your problem for anyone to be able to try to help debug it.

KerolosAtef commented 2 weeks ago

I faced the same problem, any suggestions?