mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-05 04:22:51 +08:00
Merge 26bb50ebfac18437e755a4f93be36f3c21a9a3c2 into df129c7ba30aaa9ffffb81a48f53aa7253b0b4e6
This commit is contained in:
commit
6f7b3b5524
@ -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