Mudanças entre as edições de "Imagination"
De MochilaWiki
Ir para navegaçãoIr para pesquisar(23 revisões intermediárias por 2 usuários não estão sendo mostradas) | |||
Linha 1: | Linha 1: | ||
− | Uma aplicativo para criar | + | 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: | Página do Projeto: | ||
− | * http://imagination. | + | * http://imagination.sf.net |
+ | |||
+ | == No Debian Squeeze - via apt - versão 2.1 == | ||
+ | |||
+ | apt-get install imagination | ||
+ | |||
+ | == No Debian Squeeze - compilando - versão 3.0 == | ||
+ | apt-get build-dep imagination | ||
+ | wget -c http://ufpr.dl.sourceforge.net/project/imagination/imagination/3.0/imagination-3.0.tar.gz | ||
+ | tar zxvf imagination-3.0.tar.gz | ||
+ | cd imagination-3.0/ | ||
+ | sed -i 's/PLUGINS_INSTALLED\ 0/PLUGINS_INSTALLED\ 1/g' src/support.h | ||
+ | ./configure --prefix=/usr | ||
+ | make | ||
+ | make install | ||
+ | |||
+ | == No Debian Lenny == | ||
dependências: | dependências: | ||
− | + | wget http://pub.quijaua.com.br/backports.list | |
+ | mv backports.list /etc/apt/sources.list.d | ||
+ | wget http://pub.quijaua.com.br/debian-multimedia.list | ||
+ | mv debian-multimedia.list /etc/apt/sources.list.d | ||
+ | wget -O - http://backports.org/debian/archive.key | apt-key add - | ||
+ | wget http://debian-multimedia.org/gpgkey.pub -O - | apt-key add - | ||
+ | apt-get update | ||
+ | apt-get install -y ffmpeg build-essential gettext docbook-xsl \ | ||
+ | libsamplerate0-dev libmagic-dev intltool libltdl3-dev | ||
+ | aptitude -t lenny-backports install -y libgtk2.0-dev | ||
+ | wget -c http://pub.quijaua.com.br/sox_14.2.0lenny_i386.deb | ||
+ | dpkg -i sox_14.2.0lenny_i386.deb | ||
instalando | 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 | ||
+ | |||
+ | [[Categoria:Vídeos]] |
Edição atual tal como às 04h50min de 11 de novembro de 2012
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:
No Debian Squeeze - via apt - versão 2.1
apt-get install imagination
No Debian Squeeze - compilando - versão 3.0
apt-get build-dep imagination wget -c http://ufpr.dl.sourceforge.net/project/imagination/imagination/3.0/imagination-3.0.tar.gz tar zxvf imagination-3.0.tar.gz cd imagination-3.0/ sed -i 's/PLUGINS_INSTALLED\ 0/PLUGINS_INSTALLED\ 1/g' src/support.h ./configure --prefix=/usr make make install
No Debian Lenny
dependências:
wget http://pub.quijaua.com.br/backports.list mv backports.list /etc/apt/sources.list.d wget http://pub.quijaua.com.br/debian-multimedia.list mv debian-multimedia.list /etc/apt/sources.list.d wget -O - http://backports.org/debian/archive.key | apt-key add - wget http://debian-multimedia.org/gpgkey.pub -O - | apt-key add - apt-get update apt-get install -y ffmpeg build-essential gettext docbook-xsl \ libsamplerate0-dev libmagic-dev intltool libltdl3-dev aptitude -t lenny-backports install -y libgtk2.0-dev wget -c http://pub.quijaua.com.br/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