mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-06 04:15:44 +08:00
Fix typo in _run.py docstring
This commit is contained in:
parent
4cb7d26f55
commit
861b453b43
@ -233,7 +233,7 @@ def run_async(
|
|||||||
process = (
|
process = (
|
||||||
ffmpeg
|
ffmpeg
|
||||||
.input(in_filename)
|
.input(in_filename)
|
||||||
.output('pipe':, format='rawvideo', pix_fmt='rgb24')
|
.output('pipe:', format='rawvideo', pix_fmt='rgb24')
|
||||||
.run_async(pipe_stdout=True, pipe_stderr=True)
|
.run_async(pipe_stdout=True, pipe_stderr=True)
|
||||||
)
|
)
|
||||||
out, err = process.communicate()
|
out, err = process.communicate()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user