mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-05 04:22:51 +08:00
Update README.md
non-existing parameter
This commit is contained in:
parent
eef4da1b27
commit
754d2b7227
@ -51,7 +51,7 @@ out, _ = (
|
||||
.input(in_filename)
|
||||
.filter('select', 'gte(n,{})'.format(frame_num))
|
||||
.output('pipe:', vframes=1, format='image2', vcodec='mjpeg')
|
||||
.run(capture_output=True)
|
||||
.run(capture_stdout=True)
|
||||
)
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user