imageio / imageio-ffmpeg

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

Dont prevent sigint propagation for 'normal' ffmpeg calls #37

Closed almarklein closed 4 years ago

almarklein commented 4 years ago

Probably fixes #33

almarklein commented 4 years ago

The prevention of sigint propagation only makes sense inside read_frames and write_frames, so let's disable it for other cases.