diff --git a/README.md b/README.md index 460ed63..8cf552f 100644 --- a/README.md +++ b/README.md @@ -66,4 +66,6 @@ ffmpeg \ `ffmpeg-python` takes care of running `ffmpeg` with the command-line arguments that correspond to the above filter diagram, and it's easy to what's going on and make changes as needed. +![Screenshot](https://raw.githubusercontent.com/kkroening/ffmpeg-python/master/doc/screenshot.png) + Real-world signal graphs can get a heck of a lot more complex, but `ffmpeg-python` handles them with ease. diff --git a/doc/screenshot.png b/doc/screenshot.png new file mode 100644 index 0000000..4b2cc3d Binary files /dev/null and b/doc/screenshot.png differ