mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-06 04:15:44 +08:00
Update readme
This commit is contained in:
parent
637a2a5bc3
commit
66abb65471
@ -105,7 +105,7 @@ help(ffmpeg)
|
|||||||
Don't see the filter you're looking for? `ffmpeg-python` is a work in progress, but it's easy to use any arbitrary ffmpeg filter:
|
Don't see the filter you're looking for? `ffmpeg-python` is a work in progress, but it's easy to use any arbitrary ffmpeg filter:
|
||||||
```
|
```
|
||||||
node = ffmpeg.input('dummy.mp4')
|
node = ffmpeg.input('dummy.mp4')
|
||||||
node = ffmpeg.filter_(node, 'custom_filter', 'a', 'b', kwarg1='c')
|
node = ffmpeg.filter_(node, 'fps', fps=25, round='up')
|
||||||
node = ffmpeg.output(node, 'dummy2.mp4')
|
node = ffmpeg.output(node, 'dummy2.mp4')
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user