
Images - Slide Show
Source (link to git-repo or to original if based on someone elses unmodified work):
Is it based on Qt 4.7.X and depends on FFMPEG/MPlayer/sox
Images allows Mpeg movie generation with soundtrack.
Output format depends on available ffmpeg coded of your system.
V. 0.3
Added transition manager. Now Images has 20 transitions effects. The software structure must be improved for plugins management (transitions & image effect management...)
V. 0.2
Still buggy and incomplete, but now some nice features are available:
-preview
-soundrack
-ffmpeg output generator
Depends on:
-sox
-ffmpeg
-mplayer
the source code is not clean and perhaps still unstable.
I welcome any comment...
Just starting...
Here a little example of the source code of version 0.1
Next steps:
-refedine the UI
-redefine the whole code and the core data structure
-bug fixing
-add image effects (move, zoom, rotate)
-add more transition effects between slides
-add audio track
-add data convertion to MPEG
v0.3: added factoryTransitions.txt and transition management.
This text file (next improve: to use a XML file) contains the parameter for the factory transition between slides.
Put this file in the directory where is located the images executable.
Warning: the code is not robust and perhaps it will become instable is you try to modify the parameters.
Next version (0.4) will be ready for windows.
v0.2: added audio management
v0.1: just started
Ratings & Comments
2 Comments
as I wrote, the application is not yet ready, so please consider it as an unstable application ;-) I can't define a proper installation procedure, because I released the source code only, so you have to compile it and "like every Qt application" you have to do on your linux shell: qmake images.pro make and then run from the command line. Remember to put the factoryTransitions.txt file where you have the executable. I'm working hard on the application because there are many things I have to improve and I'm looking for a package manager (.deb, .rmp) so it will be easy to install it. For the moment you have to compile it, sorry. I'm glad if you try my application and you can give me some feedback. I think images can improve a lot with the help of a user community :-) Thank you Paolo
I want to try the application but i don't know how to start/install it. Can you help me out?