mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-05 20:11:11 +08:00
Update readme
This commit is contained in:
parent
66abb65471
commit
28d0097151
@ -109,6 +109,8 @@ node = ffmpeg.filter_(node, 'fps', fps=25, round='up')
|
||||
node = ffmpeg.output(node, 'dummy2.mp4')
|
||||
```
|
||||
|
||||
When in doubt, look at the [existing filter implementations](https://github.com/kkroening/ffmpeg-python/blob/master/ffmpeg/_filters.py) and/or the [official ffmpeg filter documentation](https://ffmpeg.org/ffmpeg-filters.html).
|
||||
|
||||
## Contributing
|
||||
|
||||
Please feel free to report any bugs or feature requests.
|
||||
|
Loading…
x
Reference in New Issue
Block a user