You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Christopher Blum edited this page Nov 3, 2015
·
1 revision
Create a file named apt-packages in your app and insert the apt-get package you need:
ffmpeg
Ubuntu dropped ffmpeg from it's main apt-get repository that why we need to specify a custom apt repository. Simply add a file named apt-repositories with the following content:
ppa:mc3man/trusty-media
FFmpeg will be available to your apps code after deployment.