Missing ffmpeg [solved]

Started by oneself, 2014/09/25, 20:27:20

Previous topic - Next topic

oneself

Hi,

I need to install ffmpeg, but I cannot seem to find it.


# apt-file search ffmpeg | grep bin
bitpim: /usr/share/bitpim/helpers/ffmpeg.lbin
ffmpeg2theora: /usr/bin/ffmpeg2theora
ffmpegthumbnailer: /usr/bin/ffmpegthumbnailer
pfstools: /usr/bin/pfsoutffmpeg


Is this available somewhere?  There seem to be a few packages that might depend on it (e.g. winff).
But it seems to be missing.
There are 10 types of people, those who know binary and those who don't.

hschn

apt-cache policy ffmpeg
ffmpeg:
  Installiert:           (keine)
  Installationskandidat: 7:2.4-2
  Versionstabelle:
     7:2.4-2 0
          1 http://ftp.de.debian.org/debian/ experimental/main amd64 Packages


greetings
Mögen hätt' ich schon wollen, aber dürfen habe ich mich nicht getraut (Karl Valentin)

melmarker

mmh - debian stable is the second alternative
Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety. (Benjamin Franklin, November 11, 1755)
Never attribute to malice that which can be adequately explained by stupidity. (Hanlons razor)

oneself

Hi, thank you for your help.

There must be something wrong with my package sources.


$ apt-cache policy ffmpeg     
ffmpeg:
  Installed: (none)
  Candidate: (none)
  Version table:



$ cat /etc/apt/sources.list.d/debian.list
# debian loadbalancer
deb http://http.debian.net/debian/ unstable main contrib non-free
#deb-src http://http.debian.net/debian/ unstable main contrib non-free


Does this look correct?  Am I missing something?
There are 10 types of people, those who know binary and those who don't.

towo

Debian has replaced ffmpeg with avconv, which is in libav-tools.
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

michaa7

Quote from: oneself on 2014/09/25, 22:26:26
...
Does this look correct?  Am I missing something?

first, like towo said, Debian replaced ffmpeg with avconv. Nothing is wrong except you need to install avconv instead of ffmpeg.
second, Debian is reconsidering to re-include ffmpeg, that's probably why it is in "experimental"
third, you don't see "experimental" cause it's not in your sources list.
Ok, you can't code, but you still might be able to write a bug report for Debian's sake

oneself

Awesome, thank you very much for your help.
There are 10 types of people, those who know binary and those who don't.