Summary
Extremly simple music clips generator targeted for those in hurry
This tools works in the following way:
- It measures tempo of specified music track
- It calculates interval for changing view based on tempo
- It cuts specified video to clips of length 'interval'
- Shuffles them (optionally)
- Merges clips all together
- Python 3.X
- GTK+ (version 3) (for GUI)
- librosa
- moviepy
$ git clone https://github.com/szymonsadowski3/Simple-Music-Video-Generator.git
Basic use (see also: Pictures)
- Firstly, you must define your config file (via GUI or by writing it yourself)
- After this step you are ready to generate your music video
- Run from your command line generator:
python3.5 generator.py <path_to_config_file>
- Wait for your results :D