8000 Merge pull request #189 from apatsekin/patch-1 · Powercoder64/ffmpeg-python@ac111dc · GitHub
[go: up one dir, main page]

Skip to content

Commit ac111dc

Browse files
authored
Merge pull request kkroening#189 from apatsekin/patch-1
Update README.md
2 parents 1f3ce1e + 754d2b7 commit ac111dc

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