|
|
%!s(int64=4) %!d(string=hai) anos | |
|---|---|---|
| .gitignore | %!s(int64=4) %!d(string=hai) anos | |
| LICENSE | %!s(int64=4) %!d(string=hai) anos | |
| README.md | %!s(int64=4) %!d(string=hai) anos | |
| __init__.py | %!s(int64=4) %!d(string=hai) anos | |
| audio_to_visualization.py | %!s(int64=4) %!d(string=hai) anos | |
| requirements.txt | %!s(int64=4) %!d(string=hai) anos | |
| setup.py | %!s(int64=4) %!d(string=hai) anos |
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.
Download ffmpeg and get access to the documentation at https://www.ffmpeg.org/
Install via pip:
pip install -r requirements.txt