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
I'm trying to pass "-nostdin" to my ffmpeg command, but I can't see how to do it with this package.
I've tried using the GlobalRunnable like this:
GlobalRunnable
stream = ffmpeg.output(...) stream.global_args(stdin=False) stream.run()
But this doesn't seem to do anything. And I can't find any place in the typed-ffmpeg code that seems to be trying to set "-nostdin".
So is there a way to do this?
This seems to be related to #338.
The text was updated successfully, but these errors were encountered:
fix #425 enable -no for global options
e2d94de
fix #425 enable -no for global options (#426)
997592b
thanks for your report, I have released a new version 2.5.0 resolve this issue
Sorry, something went wrong.
Thanks, this works perfectly!
lucemia
Successfully merging a pull request may close this issue.
I'm trying to pass "-nostdin" to my ffmpeg command, but I can't see how to do it with this package.
I've tried using the
GlobalRunnable
like this:But this doesn't seem to do anything. And I can't find any place in the typed-ffmpeg code that seems to be trying to set "-nostdin".
So is there a way to do this?
This seems to be related to #338.
The text was updated successfully, but these errors were encountered: