From 3834d27a2a320bbac171cbfb2c5045fb330c5286 Mon Sep 17 00:00:00 2001 From: Karl Kroening Date: Wed, 27 Jun 2018 23:49:54 -0700 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 336ad77..9a3c06b 100644 --- a/README.md +++ b/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) + +jupyter demo + +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/