Bez popisu

CodingVibe 9317e6b9fd Merge pull request #1 from codingvibe/new-options před 4 roky
.gitignore 51faa6fcf9 Initial commit před 4 roky
LICENSE 51faa6fcf9 Initial commit před 4 roky
README.md d53f577f6f Initial commit. před 4 roky
requirements.txt 373c6edff0 Adding requirements.txt. před 4 roky
script.py 3d2e886f65 Adding more options and cleaning up code. před 4 roky

README.md

Audio to Visualization

The purpose of this small Python script is to transform an audio file in to a video using a background image and an audio visualizer. This tool was written leveraging ffmpeg and requires it be installed and accessible via the ffmpeg command on the command line.

FFMPEG

Download ffmpeg and get access to the documentation at https://www.ffmpeg.org/

Requirements

Install via pip:

pip install -r requirements.txt

Future Works

  • Integration with YouTube
  • More visualization options