10000 Update readme · Powercoder64/ffmpeg-python@9a10572 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9a10572

Browse files
committed
Update readme
1 parent 887f386 commit 9a10572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ node = ffmpeg.filter_(node, 'fps', fps=25, round='up')
109109
node = ffmpeg.output(node, 'dummy2.mp4')
110110
```
111111

112-
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).
112+
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).
113113

114114
## Contributing
115115

0 commit comments

Comments
 (0)
0