Emby ffmpeg
Go to solution
Solved by CWP,
Sorry, I was not expecting Debian to need more sources to accomplish this (Ubuntu seems to have this readily available). According to Debian's wiki, If you are running the latest Debian (jessie / 8.x), you will need to edit your /etc/apt/sources.list to include the backports repository: deb (Debian's repository URL) jessie-backports main.
For example, if your main repository is deb http://ftp.ca.debian.org/debian jessie main contrib, add this on the next line: deb http://ftp.ca.debian.org/debian jessie-backports main (don't edit the existing one!!):
deb http://ftp.ca.debian.org/debian jessie main contrib deb http://ftp.ca.debian.org/debian jessie-backports main
Save the file, then run an update first to download the package list before you install:
# sudo apt update ... # sudo apt install ffmpeg

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now