Source for up-to-date deb files
Posted: Sun Apr 05, 2009 10:25 am
I installed 1.24.1 on Debian Lenny (stable) with no problems to speak of. One thing that did bother me is the ffmpeg version in Lenny is a bit outdated. The only format I could export to without a failure was mpg/mpeg. I don't remember how I stumbled across it, but I found this site:
http://debian-multimedia.org/
which seems to have more recent versions of various audio/video deb packages. For instance, their ffmpeg is 3:20080706-0.3. To make use of this, I did the following:
1. edit /etc/apt/sources.list and added the following line:
2. I ran "apt-get update", then "apt-get upgrade", but it told me ffmpeg was held back. So instead I ran "apt-get dist-upgrade" and it worked, upgrading ffmpeg and associated packages.
Now the only video format not working is 3gp, and I suspect with a little tweaking I can make that go too, as support for it is definitely compiled into the package.
Just thought I would pass it along,
Brian
http://debian-multimedia.org/
which seems to have more recent versions of various audio/video deb packages. For instance, their ffmpeg is 3:20080706-0.3. To make use of this, I did the following:
1. edit /etc/apt/sources.list and added the following line:
Code: Select all
deb http://www.debian-multimedia.org lenny main
Now the only video format not working is 3gp, and I suspect with a little tweaking I can make that go too, as support for it is definitely compiled into the package.
Just thought I would pass it along,
Brian