-
Notifications
You must be signed in to change notification settings - Fork 2.1k
MoviePy clip preview interruption problem #2535
Copy link
Copy link
Open
Labels
bugIssues that report (apparent) bugs.Issues that report (apparent) bugs.lib-FFmpegIssues pertaining to dependency FFmpeg.Issues pertaining to dependency FFmpeg.videoRelated to VideoClip and related classes, or handling of video in general.Related to VideoClip and related classes, or handling of video in general.
Description
Activity
Metadata
Metadata
Assignees
Labels
bugIssues that report (apparent) bugs.Issues that report (apparent) bugs.lib-FFmpegIssues pertaining to dependency FFmpeg.Issues pertaining to dependency FFmpeg.videoRelated to VideoClip and related classes, or handling of video in general.Related to VideoClip and related classes, or handling of video in general.
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?