Animusic is a Python package that allows you to easily create animated music videos with beautiful audio-reactive visual effects. All you need to do is provide an image or a video that you'd like to animate, as well as an audio file, and the rest is done for you!
- Uses librosa to filter and process the audio in order to translate the beats and sounds into visual effect intensity.
- Uses different effects for different frequencies to create more dynamic and responsive animations.
- Can animate both images and videos.
- Supports all major image, video, and audio formats.
- Includes a user-friendly GUI made with PySimpleGUI.
- No tweaking necessary - the animation algorithm was specifically designed to work well out-of-the-box for most types of music.
Note: You may need to unmute the videos in order to hear the audio.
Unjaded-10mB.mp4
lofi_animation-10mB.mp4
Tokyo-10mB.mp4
This package requires ffmpeg to be installed in order to work.
sudo apt install ffmpeg
brew install ffmpeg
A Windows binary of ffmpeg is already included with this package for convenience, so there is no need for you to install it.
pip install git+https://github.com/wardzin/animusic.git
To open the GUI, just run animusic
from the command line.