8000 Update README.md · laurentalacoque/ffmpeg-python@c4ebc01 · GitHub
[go: up one dir, main page]

Skip to content

Commit c4ebc01

Browse files
authored
Update README.md
1 parent 86d2a3b commit c4ebc01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Real-world signal graphs can get a heck of a lot more complex, but `ffmpeg-pytho
7575

7676
## Installation
7777

78-
The easiest way to acquire the latest version of `ffmpeg-python` is through pip:
78+
The latest version of `ffmpeg-python` can be acquired via pip:
7979

8080
```
8181
pip install ffmpeg-python
@@ -117,7 +117,7 @@ Alternatively, standard python help is available, such as at the python REPL pro
117117

118118
## Custom Filters
119119

120-
Don't see the filter you're looking for? `ffmpeg-python` is a work in progress, but it's easy to use any arbitrary ffmpeg filter:
120+
Don't see the filter you're looking for? `ffmpeg-python` includes , but it's easy to use any arbitrary ffmpeg filter:
121121
```python
122122
stream = ffmpeg.input('dummy.mp4')
123123
stream = ffmpeg.filter_(stream, 'fps', fps=25, round='up')
@@ -152,7 +152,7 @@ When in doubt, refer to the [existing filters](https://github.com/kkroening/ffmp
152152

153153
Feel free to report any bugs or submit feature requests.
154154

155-
It should be fairly easy to use filters that aren't explicitly built into `ffmpeg-python` but if there's a feature or filter you'd really like to see included in the library, don't hesitate to open a feature request.
155+
It's generally straightforward to use filters that aren't explicitly built into `ffmpeg-python` but if there's a feature you'd like to see included in the library, head over to the [issue tracker](https://github.com/kkroening/ffmpeg-python/issues).
156156

157157
Pull requests are welcome as well.
158158

0 commit comments

Comments
 (0)
0