Siduction Forum

Siduction Forum => Software - Support => Topic started by: oneself on 2014/09/25, 20:27:20

Title: Missing ffmpeg [solved]
Post by: oneself on 2014/09/25, 20:27:20
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.
Title: Re: Missing ffmpeg
Post by: hschn on 2014/09/25, 21:48:03
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
Title: Re: Missing ffmpeg
Post by: melmarker on 2014/09/25, 22:07:42
mmh - debian stable is the second alternative
Title: Re: Missing ffmpeg
Post by: oneself on 2014/09/25, 22:26:26
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?
Title: Re: Missing ffmpeg
Post by: towo on 2014/09/25, 22:30:57
Debian has replaced ffmpeg with avconv, which is in libav-tools.
Title: Re: Missing ffmpeg
Post by: michaa7 on 2014/09/25, 22:36:22
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.
Title: Re: Missing ffmpeg
Post by: oneself on 2014/09/25, 23:06:02
Awesome, thank you very much for your help.