Click here to Register for Free. You can then create animated videos that are in sync with any songs played on YouTube. This is a great way to create content (.mp4 files) for Instagram, TikTok, X, Facebook, YouTube, and any other social network.
This video demonstrates how you can add any images or videos found anywhere on the internet, by simply including their URL's in your AnimateMusic Script.
You may use these effects in your animations, by adding the following lines to your AnimateMusic Script (which you can create after you register):
The first two lines indicate the beats-per-minute (bpm), and the YouTube video (youtube_id) that will provide the audio.
The 1st parameter in each command (beat_relative) indicates the number of beats that will pass before the command is executed. When beat_relative is 0, the command is immediately performed.
When beat_relative is 4, then 2 seconds (which is equal to 4 beats at 120 bpm) will pass before the command is performed. This allows the script to remain in sync with the music.
The 2nd parameter indicates the object that the command will affect; which may be the background color (bg_div), five different images (image_num), background video (bg_video),
YouTube video's audio (youtube_id), or beats-per-minute (bpm).
The Help Page contains a complete description of the AnimateMusic Scripting Language.