mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-06 04:15:44 +08:00
commit
ac111dc3a9
@ -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