imageio / imageio-ffmpeg

FFMPEG wrapper for Python
BSD 2-Clause "Simplified" License
233 stars 52 forks source link

Fix thread crash on Python shutdown #70

Closed almarklein closed 2 years ago

almarklein commented 2 years ago

Closes #69, relates to #61.

This solution moves the closing of stderr to the LogCatcher, so that it can close it when it is itself not reading.