Няма описание

Colby 2f49572dca Removing packages. преди 4 години
.gitignore 51faa6fcf9 Initial commit преди 4 години
LICENSE 51faa6fcf9 Initial commit преди 4 години
README.md d53f577f6f Initial commit. преди 4 години
__init__.py 9f5d29da18 Changing script name and making it importable. преди 4 години
audio_to_visualization.py 9f5d29da18 Changing script name and making it importable. преди 4 години
requirements.txt 373c6edff0 Adding requirements.txt. преди 4 години
setup.py 2f49572dca Removing packages. преди 4 години

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