diff options
| author | Martin Kaistra | 2015-03-05 15:58:45 +0100 |
|---|---|---|
| committer | Martin Kaistra | 2015-03-05 15:58:45 +0100 |
| commit | 38cfae0b4e30fdc19612f5873aec09ea69e74486 (patch) | |
| tree | a2e88d52a8e68d012183cd8028a8b314fbe53f54 /main.py | |
| parent | 88105403e9d0b1afc9992c6a871ac7c0fed0cdaa (diff) | |
add setup.py, automatic discovery for avconv/ffmpeg, add installation help to readme
Diffstat (limited to 'main.py')
| -rw-r--r-- | main.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -109,6 +109,8 @@ class Main(QtCore.QObject): self.drawPreview() def createAudioVisualisation(self): + ffmpeg_cmd = self.settings.value("ffmpeg_cmd", expanduser("~")) + self.videoThread = QtCore.QThread(self) self.videoWorker = video_thread.Worker(self) |
