K
K
krll-k2015-04-15 14:47:48
fmpeg
krll-k, 2015-04-15 14:47:48

How to install ffmpeg on Ubuntu?

[email protected]:~$ sudo apt-get install ffmpeg
[sudo] password for krll: 
Чтение списков пакетов… Готово
Построение дерева зависимостей       
Чтение информации о состоянии… Готово
Package ffmpeg is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Answer the question

In order to leave comments, you need to log in

3 answer(s)
K
krll-k, 2015-04-15
@krll-k

sudo apt-add-repository ppa:jon-severinsson/ffmpeg 
sudo apt-get update
sudo apt-get install ffmpeg

M
Maxim Grechushnikov, 2015-04-15
@maxyc_webber

gooogle ffmpeg install ubuntu

M
monah_tuk, 2015-04-15
@monah_tuk

avconv is much more buggy. I don't know what they're smoking in libav, but it works way worse than the original ffmpeg.
The jon-severinsson PPA contained a very old ffmpeg and no longer exists. I'm using my PPA after the samrog131 PPA died (100% continuity preserved):

sudo add-apt-repository ppa:adrozdoff/ffmpeg-opti
sudo apt-get update
sudo apt-get install ffmpeg-real

To make ffmpeg available by default on the system, install the package:
sudo apt-get install ffmpeg-set-alternatives

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question