From 4dd9d90858ed5ff592e10ddcd70b350d02d72761 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Wed, 7 Jan 2015 10:17:17 +0100 Subject: [PATCH] Revert "Removing conversion entirely" This reverts commit 0757efc397c8b99c33917043d17ba48c9dbd942d. Conflicts: README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f4c08be..2ee4a8b 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,7 @@ The only thing you need to get Alltube working is to download [youtube-dl](https ##License This software is available under the [GNU General Public License](http://www.gnu.org/licenses/gpl.html). -__Please use a different name and logo if you run it on your server.__ +__Please use a different name and logo if you run it on a public server.__ + +##Other dependencies +You need [avconv](https://libav.org/avconv.html) and [rtmpdump](http://rtmpdump.mplayerhq.hu/) in order to enable conversions.