Skip to content

Commit 4a3ff8b

Browse files
committed
Use pillow if pyqt5 is installed (issue #17)
1 parent 5487319 commit 4a3ff8b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ audio-visualizer-python
44
This is a little GUI tool which creates an audio visualization video from an input audio.
55
You can also give it a background image and set a title text.
66

7-
I have tested the program on Linux (Ubuntu 14.10) and Windows (Windows 7), it should also work on Mac OS X. If you encounter problems
7+
I have tested the program on Linux (Ubuntu 16.04) and Windows (Windows 7), it should also work on Mac OS X. If you encounter problems
88
running it or have other bug reports or features, that you wish to see implemented, please fork the project and send me a pull request and/or file an issue on this project.
99

1010
I also need a good name that is not as generic as "audio-visualizer-python"!
@@ -16,7 +16,8 @@ You need Python 3, PyQt4, PIL (or Pillow), numpy and the program ffmpeg, which i
1616
Installation
1717
------------
1818
### Manual installation on Ubuntu
19-
* Get all the python stuff: `sudo apt-get install python3 python3-pyqt4 python3-pil python3-numpy`
19+
* Get all the python stuff: `sudo apt install python3 python3-pyqt4 python3-pil python3-numpy`
20+
* If you have PyQt5 installed, get pillow (at least version 3.3.0) from pip: `apt install python3-pip; pip3 install pillow`
2021
* Get ffmpeg/avconv:
2122
You can either use `avconv` from the standard repositories (package `libav-tools`) or get `ffmpeg` from the [website](http://ffmpeg.org/) or from a PPA (e.g. [https://launchpad.net/~jon-severinsson/+archive/ubuntu/ffmpeg](https://launchpad.net/~jon-severinsson/+archive/ubuntu/ffmpeg). The program does automatically detect if you don't have the ffmpeg binary and tries to use avconv instead.
2223

0 commit comments

Comments
 (0)