rg3915
(usa Ubuntu)
Enviado em 03/12/2011 - 00:28h
Tente novamente que vc consegue:
Eu consegui com o link que vc me passou:
abra o terminal e digite os comandos a partir do trecho abaixo:
Get latest MLT source code
Git is used to track MLT code. You can checkout the latest version with the following command:
cd
git clone git://mltframework.org/mlt.git
cd mlt
To update your MLT copy later, you need to go into your mlt folder and run the following code to fetch the newest source code:
cd
cd mlt
git pull
Configure MLT
Before compiling, MLT needs to be configured (searches for libraries etc.):
./configure --prefix=/usr --enable-gpl
Or, if qimage module fails to configure, try:
./configure --prefix=/usr --enable-gpl --qimage-libdir=/usr/lib/ --qimage-includedir=/usr/include/qt4
Read configuration output and make sure all shared libraries are found.
Compile and install MLT
The last step. Compiling will take a long time.
make clean
make -j3
sudo make install
Depois veja aqui
http://www.omgubuntu.co.uk/2011/04/linux-video-editor-kdenlive-updates-with-rotoscoping-stop-motion-... como instalar o kdenlive via PPA
sudo add-apt-repository ppa:sunab/kdenlive-release
sudo apt-get update
sudo apt-get install kdenlive
Espero que dê certo. Comigo deu.
Aguardo retorno.