Answer the question
In order to leave comments, you need to log in
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
sudo apt-add-repository ppa:jon-severinsson/ffmpeg
sudo apt-get update
sudo apt-get install ffmpeg
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
sudo apt-get install ffmpeg-set-alternatives
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question