mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-05-24 07:39:29 +08:00
Update README.md
This commit is contained in:
parent
5da7cdd1ea
commit
3834d27a2a
10
README.md
10
README.md
@ -99,6 +99,16 @@ $ python
|
||||
|
||||
When in doubt, take a look at the [examples](https://github.com/kkroening/ffmpeg-python/tree/master/examples) to see if there's something that's close to whatever you're trying to do.
|
||||
|
||||
Here are a few of the examples:
|
||||
- [Convert video to numpy array](https://github.com/kkroening/ffmpeg-python/blob/master/examples/README.md#convert-video-to-numpy-array)
|
||||
- [Generate thumbnail for video](https://github.com/kkroening/ffmpeg-python/blob/master/examples/README.md#generate-thumbnail-for-video)
|
||||
- [Read raw PCM audio via pipe](https://github.com/kkroening/ffmpeg-python/blob/master/examples/README.md#convert-sound-to-raw-pcm-audio)
|
||||
- [Jupyter Stream Editor](https://github.com/kkroening/ffmpeg-python/blob/master/examples/README.md#jupyter-stream-editor)
|
||||
|
||||
<img src="https://raw.githubusercontent.com/kkroening/ffmpeg-python/master/doc/jupyter-demo.gif" alt="jupyter demo" width="75%" />
|
||||
|
||||
See the [Examples README](https://github.com/kkroening/ffmpeg-python/tree/master/examples) for additional examples.
|
||||
|
||||
## [API Reference](https://kkroening.github.io/ffmpeg-python/)
|
||||
|
||||
API documentation is automatically generated from python docstrings and hosted on github pages: https://kkroening.github.io/ffmpeg-python/
|
||||
|
Loading…
x
Reference in New Issue
Block a user