8000 Fix example readme typo · Powercoder64/ffmpeg-python@7ed9adf · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7ed9adf

Browse files
committed
Fix example readme typo
1 parent 413b71a commit 7ed9adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ process2 = (
144144
.input('pipe:', format='rawvideo', pix_fmt='rgb24', s='{}x{}'.format(width, height))
145145
.output(out_filename, pix_fmt='yuv420p')
146146
.overwrite_output()
147-
.run_async(pipe_stdin=True()
147+
.run_async(pipe_stdin=True)
148148
)
149149

150150
while True:

0 commit comments

Comments
 (0)
0