imageio / imageio-ffmpeg

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

Stopped executable window from flashing on Windows #22

Closed olivi-r closed 4 years ago

olivi-r commented 4 years ago

Hi, I have been using imageio-ffmpeg with imageio on Windows, however the module was flashing the ffmpeg executable's window with the _get_ffmpegexe() and _get_ffmpegversion() commands. So I changed the _utils.py file to no longer do this and was wondering if I could contribute to the main repository.

almarklein commented 4 years ago

Thanks, this is really useful!