We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0612a44 + 861b453 commit 80e99cbCopy full SHA for 80e99cb
ffmpeg/_run.py
@@ -233,7 +233,7 @@ def run_async(
233
process = (
234
ffmpeg
235
.input(in_filename)
236
- .output('pipe':, format='rawvideo', pix_fmt='rgb24')
+ .output('pipe:', format='rawvideo', pix_fmt='rgb24')
237
.run_async(pipe_stdout=True, pipe_stderr=True)
238
)
239
out, err = process.communicate()
0 commit comments