Correct avconv package name (see #42)

This commit is contained in:
Pierre Rudloff 2016-01-04 17:46:12 +01:00
parent f1cbad030a
commit cd0b51aac6
1 changed files with 1 additions and 1 deletions

View File

@ -37,6 +37,6 @@ If you don't want to enable conversions, you can disable it in *config.yml*.
On Debian-based systems:
sudo apt-get install libavcodec-extra rtmpdump
sudo apt-get install libav-tools rtmpdump
You also probably need to edit the *avconv* variable in *config.yml* so that it points to your ffmpeg/avconv binary (*/usr/bin/avconv* on Debian/Ubuntu).