senko / python-video-converter

Python Video Converter (ffmpeg wrapper)
468 stars 191 forks source link

set close_fds to false for windows #59

Open postelrich opened 8 years ago

postelrich commented 8 years ago

close_fds = True is not supported in Windows throws an error. Added a conditional so Windows will work.