Update readme

This commit is contained in:
Karl Kroening 2017-05-27 23:19:02 -10:00
parent 887f386d26
commit 9a10572b32

View File

@ -109,7 +109,7 @@ node = ffmpeg.filter_(node, 'fps', fps=25, round='up')
node = ffmpeg.output(node, 'dummy2.mp4')
```
When in doubt, refer to 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).
When in doubt, refer to the [existing filters](https://github.com/kkroening/ffmpeg-python/blob/master/ffmpeg/_filters.py) and/or the [official ffmpeg documentation](https://ffmpeg.org/ffmpeg-filters.html).
## Contributing