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

Skip to content

Commit 3834d27

Browse files
authored
Update README.md
1 parent 5da7cdd commit 3834d27

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,16 @@ $ python
9999

100100
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.
101101

102+
Here are a few of the examples:
103+
- [Convert video to numpy array](https://github.com/kkroening/ffmpeg-python/blob/master/examples/README.md#convert-video-to-numpy-array)
104+
- [Generate thumbnail for video](https://github.com/kkroening/ffmpeg-python/blob/master/examples/README.md#generate-thumbnail-for-video)
105+
- [Read raw PCM audio via pipe](https://github.com/kkroening/ffmpeg-python/blob/master/examples/README.md#convert-sound-to-raw-pcm-audio)
106+
- [Jupyter Stream Editor](https://github.com/kkroening/ffmpeg-python/blob/master/examples/README.md#jupyter-stream-editor)
107+
108+
<img src="https://raw.githubusercontent.com/kkroening/ffmpeg-python/master/doc/jupyter-demo.gif" alt="jupyter demo" width="75%" />
109+
110+
See the [Examples README](https://github.com/kkroening/ffmpeg-python/tree/master/examples) for additional examples.
111+
102112
## [API Reference](https://kkroening.github.io/ffmpeg-python/)
103113

104114
API documentation is automatically generated from python docstrings and hosted on github pages: https://kkroening.github.io/ffmpeg-python/

0 commit comments

Comments
 (0)
0