M
M
misc12014-09-18 21:51:04
linux
misc1, 2014-09-18 21:51:04

FFMpeg in Ubuntu?

I'm trying to install ffmpeg, but as it turned out, it's not in the ubunta repositories, I googled it - they write to use avconv, I install it - it requires ffmpeg. Vicious circle. Does anyone know how to install ffmpeg/avconv?
ps Ubuntu 14.04.1 LTS (GNU/Linux 2.6.32-042stab092.2 x86_64)

Answer the question

In order to leave comments, you need to log in

5 answer(s)
S
sim3x, 2014-09-19
@misc1

if you haven't uninstalled ffmpeg yet, then uninstall

sudo apt-get update && sudo apt-get upgrade -y
sudo apt-get install libav-tools

V
Valentine, 2014-09-18
@vvpoloskin

avconv, like ffmpeg, is a simple wrapper around a bunch of codecs. And I would advise you to install ffmpeg (more documentation) using the collection method from source. There are often jambs in turnips with these packages (

N
Nazar Mokrinsky, 2014-09-18
@nazarpc

What exactly is needed? I use avconv from the terminal, no problem.
Maybe just make a symlink?)

D
Dmitry, 2014-09-19
@zmeyjr

at your own risk https ://launchpad.net/~mc3man/+archive/ubuntu/trus...
ppa-purge has not yet been canceled, but ... Measure seven times, cut one

A
Artem Spiridonov, 2014-09-19
@customtema

sudo apt-get purge ffmpeg
sudo apt-get autoremove
Update Ubuntu! Then install new packages. You have old dependencies, and therefore are not installed.
sudo apt-get update
sudo apt-get upgrade
are the two strongest spells, remember them :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question