From f2a37d3eac08b75fea35ce71008e61665927069e Mon Sep 17 00:00:00 2001 From: Karl Kroening Date: Fri, 3 Nov 2017 23:05:23 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9c8d924..1863dc9 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,16 @@ # ffmpeg-python: Python bindings for FFmpeg +ffmpeg-python logo + [![Build status](https://travis-ci.org/kkroening/ffmpeg-python.svg?branch=master)](https://travis-ci.org/kkroening/ffmpeg-python) +
## Overview There are tons of Python FFmpeg wrappers out there but they seem to lack complex filter support. `ffmpeg-python` works well for simple as well as complex signal graphs. + ## Quickstart Flip a video horizontally: