From: Adam Date: Fri, 5 Jan 2018 20:26:49 +0000 (-0700) Subject: Add new repository for ffmpeg -- Version 2.8 in Ubuntu 16's main repo lists AAC as... X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=44f3f97da09434fcf4c981c0c55cbe34b49e59d7;p=oweals%2Fpeertube.wiki.git Add new repository for ffmpeg -- Version 2.8 in Ubuntu 16's main repo lists AAC as an experimental codec, so fails when optimizing videos with sound. --- diff --git a/Ubuntu-16-Production-Installation-Guide.md b/Ubuntu-16-Production-Installation-Guide.md index 6c9720c..22c3042 100644 --- a/Ubuntu-16-Production-Installation-Guide.md +++ b/Ubuntu-16-Production-Installation-Guide.md @@ -4,6 +4,7 @@ Credit: https://github.com/Chocobozzz/PeerTube/issues/33 We need to install dependencies: curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - + sudo add-apt-repository ppa:jonathonf/ffmpeg-3 echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list sudo apt-get update sudo apt-get dist-upgrade