Topic: Mixdown Tool for Multi channel Wav Files for DuRec recordings
Hello Totalmix / Durec Users,
I am using Durec for Band practise recording regulary - unfortunately I don't find the time regularly to do a mixdown of the Recordings so the files may keep untouched and unlistened - this I want to change and have the proposal for a Mixdown Tool using the Multichannel Wav files to create in a batch the "mixed" mp3 files.
I have experimented a little bit with python and have some promising draft which I want to share. Maybe someone of you is also interested in supporting the development.
Implemented:
-reading the iXML and creation of GUI using the Channel names you set in Totalmix
- simple slider for Panel and Volume
- checkbox whether channel need to be considered for mixdown
- detection Panorama default setting if Channel name ends with L or R (I use some nami g convention here)
- mixdown with ffmpeg to mp3
Open:
- loudness normalization (i simply sum the L and R channels)
- save and load configuration for simple 1 click batch mixdown
- add subgroups to create multiple mp3 mixdowns (e.g. the in ear tracks for analysis and refinement - usually not noticed in live Situation)
Some impressions of the tool:
https://www.dropbox.com/scl/fo/6r2rgjw2 … 2&dl=0
Let me know your thoughts.