moviepy
moviepy copied to clipboard
MoviePy clip preview interruption problem
If during a preview with clip.preview() the user presses [Esc] or [Q], MoviePy crashes, issuing the following error: "MoviePy error: FFPLAY encountered the following error while previewing clip: None".
Now, to my knowledge, FFPLAY never crashes by pressing these keys.
Anyway, can this be prevented in some way?
I have the same problem.
moviepy=2.1.2 ffmpeg version 2023-06-11-git-09621fd7d9-full_build-www.gyan.dev built with gcc 12.2.0 (Rev10, Built by MSYS2 project)
Possibly related: #2374