Merge 26bb50ebfac18437e755a4f93be36f3c21a9a3c2 into df129c7ba30aaa9ffffb81a48f53aa7253b0b4e6

This commit is contained in:
Simon 2023-06-24 15:14:44 +00:00 committed by GitHub
commit 6f7b3b5524
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -205,7 +205,7 @@ Expressions to be interpreted by ffmpeg can be included as string parameters and
ffmpeg
.input('in.mp4')
.filter('crop', 'in_w-2*10', 'in_h-2*20')
.input('out.mp4')
.output('out.mp4')
)
```