Ubuntu Tip : Simple way of making a stop animation
If you want Simple way of making a stop animation you can use mencoder.MEncoder is a free command line video decoding, encoding and filtering tool released under the GNU General Public License. It is a close sibling to MPlayer and can convert all the formats that MPlayer understands into a variety of compressed and uncompressed formats using different codecs.
Install mencoder in Ubuntu
sudo-apt get install mencoder
or click on the following link
browse to your directory with the .jpegs in and use the following command
mencoder "mf://*.jpg" -ovc lavc -fps 04 -o x.avi
or
mencoder "mf://*.JPG" -vf scale=640:480 -o timelapse.avi -of lavf -ovc lavc -lavcopts vcodec=mjpeg -lavfopts format=avi -fps xx
what about pitivi ?
quite easy to understand
what is a stop animation?
I don’t even know what is a running still image