Fix example readme typo

This commit is contained in:
Karl Kroening 2018-11-25 21:50:01 -06:00
parent 413b71a4e8
commit 7ed9adf483

View File

@ -144,7 +144,7 @@ process2 = (
.input('pipe:', format='rawvideo', pix_fmt='rgb24', s='{}x{}'.format(width, height))
.output(out_filename, pix_fmt='yuv420p')
.overwrite_output()
.run_async(pipe_stdin=True()
.run_async(pipe_stdin=True)
)
while True: