We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running ffmpy in the background I needed to remove the communicate() call in https://github.com/Ch00k/ffmpy/blob/master/ffmpy.py#L103.
communicate()
I think I´m not understanding the subprocess module properly so do you have any suggestions on how to make the subprocess non-blocking?
Cheers.
The text was updated successfully, but these errors were encountered:
see: busla@0996274
Sorry, something went wrong.
@busla Would running ffmpy in a separate thread work for your scenario?
Yes it would, that´s actually how I implemented my project in the beginning, but soon realised that it was unnecessary.
FFmpy is now run on my class instances and added as a class variable so I can terminate it when I flag my instance to do so.
No branches or pull requests
When running ffmpy in the background I needed to remove the
communicate()
call in https://github.com/Ch00k/ffmpy/blob/master/ffmpy.py#L103.I think I´m not understanding the subprocess module properly so do you have any suggestions on how to make the subprocess non-blocking?
Cheers.
The text was updated successfully, but these errors were encountered: