Uility to make home movies from your digital camera files
Full documentation: Download clipstitchX.Y.html
To make movies from your camera (or phone) video files.
FFmpeg is a professional-quality, free, open-source program for video editing, with the ability to implement a huge number of operations and handle every data format! This kind of ability comes at a cost: its commands are quite complex-looking and difficult to use and remember.
Clipstitch runs as a front-end to ffmpeg so that you use only the sub-set of ffmpeg commands necessary...
Preview video with VLC; use in/out hotkeys; trim with FFMPEG.
...VLC seek/jump hotkeys, as well as in/out hotkeys are supported.
Currently, it's just in Python (no EXE), but it should be easy to run it from Python. From the commandprompt, install the dependencies:
pip install wxPython
pip install boto
pip install selenium
pip install google-api-python-client
Then start the program by:
python Trimmer.py
This project is a simpler edition of the Trimmer project by Andy (https://sourceforge.net/projects/trimmer/).