Skip to content

Animated music videos with beautiful audio-reactive visual effects.

License

Notifications You must be signed in to change notification settings

wardzin/animusic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Animusic

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!

Features

  • 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.

Showcase

Note: You may need to unmute the videos in order to hear the audio.

Unjaded-10mB.mp4
lofi_animation-10mB.mp4
Tokyo-10mB.mp4

Requirements

This package requires ffmpeg to be installed in order to work.

Linux

sudo apt install ffmpeg

macOS

brew install ffmpeg

Windows

A Windows binary of ffmpeg is already included with this package for convenience, so there is no need for you to install it.

Installation

pip install git+https://github.com/wardzin/animusic.git

Usage

To open the GUI, just run animusic from the command line.

About

Animated music videos with beautiful audio-reactive visual effects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages