Imagination: mudanças entre as edições

De MochilaWiki
Ir para navegaçãoIr para pesquisar
Sem resumo de edição
Sem resumo de edição
 
(20 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 1: Linha 1:
Uma aplicativo para criar arquivo mpeg2 a partir de imagens.  
Uma aplicativo para criar vídeo a partir de imagens.
* não suporte a áudio;
 
* 26 formas de transição;
* suporte a áudio;
* previsão do projeto.
* 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.sourceforge.net
* 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:
  # apt-get install ffmpeg libgtk2.0-dev build-essential gettext
  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/sourceforge/imagination/imagination-1.0.tar.gz
  wget -c http://ufpr.dl.sourceforge.net/project/imagination/imagination/2.1/imagination-2.1.tar.gz
  $ tar zxvf imagination-1.0.tar.gz
  tar zxvf imagination-2.1.tar.gz
  $ cd imagination-1.0
  cd imagination-2.1/
  $ ./configure --prefix=/usr
sed -i 's/PLUGINS_INSTALLED\ 0/PLUGINS_INSTALLED\ 1/g' src/support.c
  $ make
  ./configure --prefix=/usr
  # make install
  make
  make install
 
[[Categoria:Vídeos]]

Edição atual tal como às 01h50min 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