From f1cbad030a5be959781d4f58d28d27ad24bf084c Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Mon, 4 Jan 2016 15:28:25 +0100 Subject: [PATCH] Update doc about avconv path (see #42) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ea68dbf..57bcb2a 100644 --- a/README.md +++ b/README.md @@ -38,3 +38,5 @@ 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 + +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).