imageio / imageio-ffmpeg

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

Avoid exception under Cygwin #27

Closed dspinellis closed 4 years ago

dspinellis commented 4 years ago

Cygwin is a hybrid between Windows and Unix. It does not currently provide ffmpeg as a package, so the user will have to rely on Windows builds, such as the Zeranoe ones. Setting winNN can work with such an installation and a suitable path.

Issue: #26

almarklein commented 4 years ago

Thanks!