imagemovie Code
Status: Beta
Brought to you by:
redonnet
April 9, 2011
---------------
ImagEmovie (Jean-Pierre Redonnet <inphilly@gmail.com>) is a movie slide show maker.
It is derived from Imagination (developed by Giuseppe Torelli <colossus73@gmail.com
and Tadej Borovšak <tadeboro@gmail.com>).
To run ImagEmovie without installing it:
----------------------------------------
Enter in the directory imagemovie "cd imagemovie", type "./autogen.sh", type "make" and finaly type "./src/imagemovie" to start the program.
!!! If transition, text effect plugins are missing, try: make -B and
check The lines 25 and 26 of install_package.h must be:
#define PACKAGE_INSTALLED 0 , #define PLUGINS_INSTALLED 0
#define PACKAGE_INSTALLED 1 , #define PLUGINS_INSTALLED 1
!!! You will need sox, libsox1b and libsox-dev
Note: The lines 25 and 26 of install_package.h must be:
#define PACKAGE_INSTALLED 0
#define PLUGINS_INSTALLED 0
If you choose to install ImagEmovie in /usr/bin directory :
----------------------------------------------------------
Please change the lines 25 and 26 of install_package.h like this:
#define PACKAGE_INSTALLED 1
#define PLUGINS_INSTALLED 1
and type: sudo ./this.install.sh in the package directory
!!! Do not use make install, read INSTALL for more informations
Programs & libraries required:
------------------------------
gtk+-2.0 >=2.12.0
gdk-2.0 >=2.12.0
ffmpeg
libavcodec-unstripped52
sox >=14.2.0
libsox1b
libsox-dev
libcairo2 >=1.6.0
libpango1.0-0 >=1.14.8
ImagEmovie is tested on Ubuntu 10.04
Report bugs: inphilly@gmail.com Thanks.
-----------