8000 Update README.md · Powercoder64/ffmpeg-python@754d2b7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 754d2b7

Browse files
authored
Update README.md
non-existing parameter
1 parent eef4da1 commit 754d2b7

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
@@ -51,7 +51,7 @@ out, _ = (
5151
.input(in_filename)
5252
.filter('select', 'gte(n,{})'.format(frame_num))
5353
.output('pipe:', vframes=1, format='image2', vcodec='mjpeg')
54-
.run(capture_output=True)
54+
.run(capture_stdout=True)
5555
)
5656
```
5757

0 commit comments

Comments
 (0)
0