File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -86,9 +86,9 @@ pip install ffmpeg-python
86
86
87
87
It's also possible to clone the source and put it on your python path (` $PYTHONPATH ` , ` sys.path ` , etc.):
88
88
```
89
- > git clone git@github.com:kkroening/ffmpeg-python.git
90
- > export PYTHONPATH=${PYTHONPATH}:ffmpeg-python
91
- > python
89
+ $ git clone git@github.com:kkroening/ffmpeg-python.git
90
+ $ export PYTHONPATH=${PYTHONPATH}:ffmpeg-python
91
+ $ python
92
92
>>> import ffmpeg
93
93
```
94
94
@@ -98,8 +98,8 @@ API documentation is automatically generated from python docstrings and hosted o
98
98
99
99
Alternatively, standard python help is available, such as at the python REPL prompt as follows:
100
100
```
101
- import ffmpeg
102
- help(ffmpeg)
101
+ >>> import ffmpeg
102
+ >>> help(ffmpeg)
103
103
```
104
104
105
105
## Custom Filters
@@ -140,3 +140,4 @@ Pull requests are welcome as well.
140
140
- [ FFmpeg Homepage] ( https://ffmpeg.org/ )
141
141
- [ FFmpeg Documentation] ( https://ffmpeg.org/ffmpeg.html )
142
142
- [ FFmpeg Filters Documentation] ( https://ffmpeg.org/ffmpeg-filters.html )
143
+ - [ Matrix Chat: #ffmpeg-python: matrix .org] ( https://riot.im/app/#/room/#ffmpeg-python:matrix.org )
You can’t perform that action at this time.
0 commit comments