mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-06 04:15:44 +08:00
Update README.md
This commit is contained in:
parent
fabd401e96
commit
db89774454
11
README.md
11
README.md
@ -86,9 +86,9 @@ pip install ffmpeg-python
|
|||||||
|
|
||||||
It's also possible to clone the source and put it on your python path (`$PYTHONPATH`, `sys.path`, etc.):
|
It's also possible to clone the source and put it on your python path (`$PYTHONPATH`, `sys.path`, etc.):
|
||||||
```
|
```
|
||||||
> git clone git@github.com:kkroening/ffmpeg-python.git
|
$ git clone git@github.com:kkroening/ffmpeg-python.git
|
||||||
> export PYTHONPATH=${PYTHONPATH}:ffmpeg-python
|
$ export PYTHONPATH=${PYTHONPATH}:ffmpeg-python
|
||||||
> python
|
$ python
|
||||||
>>> import ffmpeg
|
>>> import ffmpeg
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -98,8 +98,8 @@ API documentation is automatically generated from python docstrings and hosted o
|
|||||||
|
|
||||||
Alternatively, standard python help is available, such as at the python REPL prompt as follows:
|
Alternatively, standard python help is available, such as at the python REPL prompt as follows:
|
||||||
```
|
```
|
||||||
import ffmpeg
|
>>> import ffmpeg
|
||||||
help(ffmpeg)
|
>>> help(ffmpeg)
|
||||||
```
|
```
|
||||||
|
|
||||||
## Custom Filters
|
## Custom Filters
|
||||||
@ -140,3 +140,4 @@ Pull requests are welcome as well.
|
|||||||
- [FFmpeg Homepage](https://ffmpeg.org/)
|
- [FFmpeg Homepage](https://ffmpeg.org/)
|
||||||
- [FFmpeg Documentation](https://ffmpeg.org/ffmpeg.html)
|
- [FFmpeg Documentation](https://ffmpeg.org/ffmpeg.html)
|
||||||
- [FFmpeg Filters Documentation](https://ffmpeg.org/ffmpeg-filters.html)
|
- [FFmpeg Filters Documentation](https://ffmpeg.org/ffmpeg-filters.html)
|
||||||
|
- [Matrix Chat: #ffmpeg-python:matrix.org](https://riot.im/app/#/room/#ffmpeg-python:matrix.org)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user