From cd0b51aac68d2f5f69102ca520b7ac26d6175562 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Mon, 4 Jan 2016 17:46:12 +0100 Subject: [PATCH] Correct avconv package name (see #42) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57bcb2a..d424f31 100644 --- a/README.md +++ b/README.md @@ -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).