You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If moviepy is bundled in a cx_freeze win32gui app, all three filehandles (stdout, stderr and stdin) have to be set. If only one of them is not set (default=None) an "invalid filehandle" exception is thrown and moviepy can not be used.
This is already done e.g. in ffmpeg_writer.py by setting stdout to DEVNULL but unfortunately not at all Popen calls.
Is it possible to set these filehandles everywhere?
Thanks
P.S.: Is it ok to submit these issues here or shoud a fork be generated with a pull request? I have not yet worked with pull requests...
The text was updated successfully, but these errors were encountered:
If moviepy is bundled in a cx_freeze win32gui app, all three filehandles (stdout, stderr and stdin) have to be set. If only one of them is not set (default=None) an "invalid filehandle" exception is thrown and moviepy can not be used.
This is already done e.g. in ffmpeg_writer.py by setting stdout to DEVNULL but unfortunately not at all Popen calls.
Is it possible to set these filehandles everywhere?
Thanks
P.S.: Is it ok to submit these issues here or shoud a fork be generated with a pull request? I have not yet worked with pull requests...
The text was updated successfully, but these errors were encountered: