receives tracks and img and outputs albumvideo with tracknames subtitle & timestamps.txt
album2video is a CLI to create album videos with img as bg & tracknames subtitles (useful for uploading albumvideos to yt)
Python 3.9
pip3 install album2video
OR w/ pipx (recommended)
pipx install album2video
- Clone the project or download and extract the zip
cd
to the project directory containing thesetup.py
python setup.py install
orpipx install .
Usage: album2video [options] [URL...] Arguments: URL Path to folder w/ tracks & img or folderpath + img path or individual trackpaths + img path Examples: album2video --help album2video path/to/folder album2video --title TheAlbumTitle path/to/mp3 path/to/mp3 path/to/img
- Requires path to img or path to folder with img
(Needs ImageMagick installed) Windows users will have to define magick.exe filepath with album2video --imgmagick path/to/magick.exe
Options: -h --help Show this screen -v --version Show version -d --debug Verbose logging -n --notxt Don't output timestamps.txt -t --test Run program without writing videofile (for test purposes) --title=TITLE Set title beforehand --imgmagick=PATH Set path to ImageMagick & exit