We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f3ce1e + 754d2b7 commit ac111dcCopy full SHA for ac111dc
examples/README.md
@@ -51,7 +51,7 @@ out, _ = (
51
.input(in_filename)
52
.filter('select', 'gte(n,{})'.format(frame_num))
53
.output('pipe:', vframes=1, format='image2', vcodec='mjpeg')
54
- .run(capture_output=True)
+ .run(capture_stdout=True)
55
)
56
```
57
0 commit comments