| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -99,6 +99,16 @@ $ python | |||
| 99 | 99 | ||
| 100 | 100 | 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. | |
| 101 | 101 | ||
| 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 | + | ||
| 102 | 112 | ## [API Reference](https://kkroening.github.io/ffmpeg-python/) | |
| 103 | 113 | ||
| 104 | 114 | API documentation is automatically generated from python docstrings and hosted on github pages: https://kkroening.github.io/ffmpeg-python/ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments