| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| imagemovie | 2011-04-29 | ||
| sources | 2009-10-19 | ||
| imagemovie094.tar.gz | 2011-05-05 | 1.5 MB | |
| NOTE14 | 2011-05-05 | 7.0 kB | |
| README | 2011-04-29 | 1.8 kB | |
| imagemovie093.tar.gz | 2011-04-29 | 3.8 MB | |
| NOTE13 | 2011-04-29 | 6.7 kB | |
| How_to_use_KenBurns_effects | 2009-08-15 | 3.6 kB | |
| Totals: 8 Items | 5.3 MB | 0 |
April 29, 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:
----------------------------------------
Please change the lines 27 and 28 of install_package.h like this:
#define PACKAGE_INSTALLED 0
#define PLUGINS_INSTALLED 0
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
If you choose to install ImagEmovie in /usr/bin directory :
----------------------------------------------------------
Please change the lines 27 and 28 of install_package.h like this:
#define PACKAGE_INSTALLED 1
#define PLUGINS_INSTALLED 1
Enter in the directory imagemovie "cd imagemovie", type "./autogen.sh", type "make"
and type: "sudo ./install-imagemovie"
Finaly type: imagemovie to start the program.
!!! 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 has been tested on Ubuntu 10.04 and 11.04
To uninstall:
-------------
type: "sudo ./uninstall.sh"
Report bugs: inphilly@gmail.com Thanks.
-----------