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

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ae4b6a9

Browse files
authored
Update README.md
1 parent f1e8201 commit ae4b6a9

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
@@ -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` includes , but it's easy to use any arbitrary ffmpeg filter:
120+
Don't see the filter you're looking for? `ffmpeg-python` includes shorthand notation for some of the most commonly used filters (such as `concat`), 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')

0 commit comments

Comments
 (0)
0