Remove references to avconv

Most distributions now use ffmpeg instead
This commit is contained in:
Pierre Rudloff 2020-06-22 23:26:47 +02:00
parent 7a2c7b42fb
commit 683a19b0fb
7 changed files with 27 additions and 27 deletions

View file

@ -33,13 +33,13 @@ In order to enable audio conversion, you need to add this to your `config.yml` f
```yaml
convert: true
avconv: path/to/avconv
ffmpeg: path/to/ffmpeg
```
You will also need to install `avconv` on your server:
You will also need to install `ffmpeg` on your server:
```bash
sudo apt-get install libav-tools
sudo apt-get install ffmpeg
```
## Deploy AllTube on Heroku