8000 Update readme · dreamCodeMan/ffmpeg-python@887f386 · GitHub
[go: up one dir, main page]

Skip to content

Commit 887f386

Browse files
committed
Update readme
1 parent 28d0097 commit 887f386

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, 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).
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).
113113

114114
## Contributing
115115

0 commit comments

Comments
 (0)
0