-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FFMPEG crashes if the script is a .pyw #517
Comments
Figured it out! There is a nifty parameter for |
Awesome! |
ghost
closed this as completed
Mar 30, 2017
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to integrate my script into a background service, which means I need the command window to be invisible for compatibility issues. Everything works great as a normal .py file, but trying to hide the console as a .pyw causes some issues when the render starts. I see a spike in my CPU usage for a few seconds, then it exits. I also tried setting the FFMPEG parameter "loglevel" to silent but that didn't help either. Any idea what's causing this problem? I'm using Windows, Python 2.7, and the MoviePy package from pip.
The text was updated successfully, but these errors were encountered: