Mudanças entre as edições de "Imagination"
De MochilaWiki
Ir para navegaçãoIr para pesquisarLinha 15: | Linha 15: | ||
apt-get update | apt-get update | ||
apt-get install -y ffmpeg build-essential gettext docbook-xsl \ | apt-get install -y ffmpeg build-essential gettext docbook-xsl \ | ||
− | libsamplerate0-dev libmagic-dev | + | libsamplerate0-dev libmagic-dev intltool |
aptitude -t lenny-backports install -y libgtk2.0-dev | aptitude -t lenny-backports install -y libgtk2.0-dev | ||
wget -c http://pub.nkosi.org/sox_14.2.0lenny_i386.deb | wget -c http://pub.nkosi.org/sox_14.2.0lenny_i386.deb |
Edição das 21h13min de 22 de janeiro de 2010
Uma aplicativo para criar vídeo a partir de imagens.
- suporte a áudio;
- 69 formas de transição;
- previsão do projeto;
- formato de saída para vídeo: ogg, mpeg2, 3gp, flv.
Página do Projeto:
dependências:
wget http://pub.nkosi.org/backports.list mv backports.list /etc/apt/sources.list.d wget -O - http://backports.org/debian/archive.key | apt-key add - apt-get update apt-get install -y ffmpeg build-essential gettext docbook-xsl \ libsamplerate0-dev libmagic-dev intltool aptitude -t lenny-backports install -y libgtk2.0-dev wget -c http://pub.nkosi.org/sox_14.2.0lenny_i386.deb dpkg -i sox_14.2.0lenny_i386.deb
instalando
wget -c http://ufpr.dl.sourceforge.net/project/imagination/imagination/2.1/imagination-2.1.tar.gz tar zxvf imagination-2.1.tar.gz cd imagination-2.1/ sed -i 's/PLUGINS_INSTALLED\ 0/PLUGINS_INSTALLED\ 1/g' src/support.c ./configure --prefix=/usr make make install