Moviepy blocks in the loop of VideoFileClip.iter_frames()
for some gifs
#1231
Labels
bug
Issues that report (apparent) bugs.
VideoFileClip.iter_frames()
for some gifs
#1231
Hi, I found that
moviepy>=1.0.3
will block inVideoFileClip.iter_frames()
loop at the second frame forever when it processes some specific gifs, and the code won't throw an exception.Expected Behavior
Extract the frames correctly
Actual Behavior
block in
VideoFileClip.iter_frames() loop
at the second iteration foreverSteps to Reproduce the Problem
Use the code above to process the example Gifs below:
More details in the stackoverflow question: https://stackoverflow.com/questions/62389087/python-detect-a-rare-strange-gif-when-extracting-its-frames
Specifications
The text was updated successfully, but these errors were encountered: