I've put together up-to-date development snapshot packages of ffmpeg (0.5+svn20090820), MLT (0.4.4+git20090820) and kdenlive (0.7.5+svn20090818) today for Jaunty.
If anyone else would like to have access to them I can push them into my Ubuntu PPA - please let me know here. I intend keeping each package updated at least once a week.
My requirement is to ensure I have the latest support for AVCHD as well as stability patches.
hi IntuitiveNipple,
thanks for your effort of packaging of unstable series of MLT and Kdenlive, but I must say that those already exists in my unstable ppa almost for jaunty (karmic scheduled next week).
deb http://ppa.launchpad.net/sunab/sunab2/ubuntu jaunty main
We may try to build a team on launchpad to join our efforts, what do you think about that?
You have packaged a bleeding edge version of ffmpeg for Jaunty, this will break compatibility with packages relying on it, as api changes in ffmpeg trunk a very regular. So we have to warn people about that. On my ppa I use the same version of Jaunty official repos to ensure compatibility, I have just added two little "comfort" patches
ps: I am a volunteer packager of kdenlive, I have made the 0.7.5 unofficial release see here. Glad to see someone else interested.
regards.
My development snap-shots are now available from my Ubuntu PPA:
https://launchpad.net/~intuitivenipple/+archive/video-editors
To configure a system to use my PPA do:
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 29047922
Then:
echo "deb http://ppa.launchpad.net/intuitivenipple/video-editors/ubuntu $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/intuitivenipple.list
echo "deb-src http://ppa.launchpad.net/intuitivenipple/video-editors/ubuntu $(lsb_release -sc) main" | sudo tee -a /etc/apt/sources.list.d/intuitivenipple.list
sudo apt-get update
To install the packages do:
sudo apt-get install kdenlive
Note: Edited to reflect new name ("video-editors") of PPA