8000 Update readme · Powercoder64/ffmpeg-python@28d0097 · GitHub
[go: up one dir, main page]

Skip to content

Commit 28d0097

Browse files
committed
Update readme
1 parent 66abb65 commit 28d0097

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ node = ffmpeg.filter_(node, 'fps', fps=25, round='up')
109109
node = ffmpeg.output(node, 'dummy2.mp4')
110110
```
111111

112+
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).
113+
112114
## Contributing
113115

114116
Please feel free to report any bugs or feature requests.

0 commit comments

Comments
 (0)
0