Add codec debug

This commit is contained in:
azlux 2019-09-13 15:09:01 +02:00 committed by GitHub
parent b6e2649953
commit 0a1eac5250
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,6 +95,14 @@ ImportError: libtiff.so.5: cannot open shared object file: No such file or direc
``` ```
You need to install a missing system librairie: `apt install libtiff5` You need to install a missing system librairie: `apt install libtiff5`
---
At start, you can have this following error even if you have install all requirements:
```
Exception: Could not find opus library. Make sure it is installed.
```
You need to install the opus codec (not embeded in all system) : `apt install libopus0`
### Contributors ### Contributors
If you want to participate, You're welcome to fork and pull requests (fixes and new features). If you want to participate, You're welcome to fork and pull requests (fixes and new features).