Skip to content

Commit

Permalink
Add proc.terminate() to ffmpeg_parse_infos() (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
tehKost authored Jun 3, 2020
1 parent a1df46d commit c5da849
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions moviepy/video/io/ffmpeg_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ def ffmpeg_parse_infos(
(output, error) = proc.communicate()
infos = error.decode("utf8")

proc.terminate()
del proc

if print_infos:
Expand Down

0 comments on commit c5da849

Please sign in to comment.