From 44f3f97da09434fcf4c981c0c55cbe34b49e59d7 Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 5 Jan 2018 13:26:49 -0700 Subject: [PATCH] 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. --- Ubuntu-16-Production-Installation-Guide.md | 1 + 1 file changed, 1 insertion(+) 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 -- 2.25.1