🎧 create audio spectrum videos
This script will allow you to create videos like: https://www.youtube.com/watch?v=K6VMJTe-nOQ fully automatically!
The script will download a random background, the music you want, put the title on the video, add a visualizer synced to the music. It will render the video fully automatically using Adobe Media Encoder, and eventually upload it to YouTube!
You may install Adobe Media Encoder for a better video quality.
npm install
or yarn install
to install all required dependencies. pip install scdl
or git clone https://github.com/flyingrub/scdl.git && cd scdl
python3 setup.py install
.C:\Programs\Adobe\Adobe After Effects CC 2017\Support Files
to your WINDOWS PATH
.SoundCloudKEY.json
.sampleDescription.txt
file.If you want to use the YouTube uploader you need new Google OAuth 2.0 API KEY.
You can register one at https://console.developers.google.com/apis/dashboard.
Web Application
.http://localhost:5000/oauth2callback
as redirect URIhttp://localhost:5000
as JS Origins.credentials.json
in the root of the project.START.bat
and enter the SoundCloud URL of your desired music!watcher.bat
, it will prompt you a YouTube Sign In Page to get your Access Token to upload videos.Under MIT License.
:)