Picorims / wav2bar

Wav2Bar is a tool to make custom audio visualization and export production videos for the audio and music industry.
GNU General Public License v3.0
88 stars 7 forks source link

Editable templates & command line operation #70

Open makkura opened 3 months ago

makkura commented 3 months ago

The current version of the application allows saving/loading templates. My use case right now is to switch the audio file being used, change 1 image on a layer, and then export.

It would be a neat feature for the template to be friendly to edit and the application allow rendering from the template via the command line.

Allowing something like: sed -i 's/old.mp3/new.mp3/g' template > working_template && wav2bar --template working_template --output new.mp4 export

Just something to consider for the remake you have intended.

Picorims commented 3 months ago

Thanks for the suggestion.

I still have to check for CLI support but that's indeed a good idea.

For now you might try the following as it is somewhat human friendly:

Edit: check the export command for CLI export.