mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-06 04:15:44 +08:00
fix a typo in README.md
I believe this is a typo and is meant to be `.output('out.mp4')` instead of `.input('out.mp4')`
This commit is contained in:
parent
df129c7ba3
commit
26bb50ebfa
@ -205,7 +205,7 @@ Expressions to be interpreted by ffmpeg can be included as string parameters and
|
|||||||
ffmpeg
|
ffmpeg
|
||||||
.input('in.mp4')
|
.input('in.mp4')
|
||||||
.filter('crop', 'in_w-2*10', 'in_h-2*20')
|
.filter('crop', 'in_w-2*10', 'in_h-2*20')
|
||||||
.input('out.mp4')
|
.output('out.mp4')
|
||||||
)
|
)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user