Editable templates & command line operation #70
Labels
enhancement
New feature or request
todo-in-rewrite
Can't be easily fixed in legacy, worth considering in rewrite
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.
The text was updated successfully, but these errors were encountered: