Movie Maker.This is an utility to create movie file from image sequence. It consists of some scripts and GUI for it. Scripts are written on Python and GUI is written on PyQt, so Python and PyQt must be installed. Scripts use other utilities: ImageMagick to draw annotations and ffmpeg to encode. Mavishky dialog constructs and launches makemovie.py script. It is a GUI for this command.
makemovie.pyThis script creates a movie from images sequence. It consists of two stages. Reformat, annotate input images and store them in temporary directory. Encode temporary images into the movie.
makemovie.py script uses makeframe.py script to reformat and annotate each frame.
It passes all information through command line arguments to this script.
There are some templates how to annotate images.
This templates are command arguments to ImageMagick convert utility.
Templates stored in Codec presets are stored in movemaker folder. First line is the name of a preset, second is an encode command. You can choose preset in GUI or specify it in command argument. Scan ScanIt is an utility to scan folder and its sub-folders for an images sequences, and to create moves from them. It consists of a scanscan.py command and a scandialog.py GUI for it. Both are Python scripts, GUI is on PyQt. Command script scans folders for images and launches makemovie.py for each sequence.
|