Update README.md

This commit is contained in:
Karl Kroening 2019-06-03 02:43:04 -05:00 committed by GitHub
parent 49c877eec6
commit 411b0a14ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -148,7 +148,7 @@ When in doubt, refer to the [existing filters](https://github.com/kkroening/ffmp
## Frequently asked questions
**Why do I get an import/attribute/etc error from `import ffmpeg`?*
**Why do I get an import/attribute/etc error from `import ffmpeg`?**
Make sure you ran `pip install ffmpeg-python` and not `pip install ffmpeg` or `pip install python-ffmpeg`.