I would like to implement a automation of audio enhancement for self created videos.
The videos have all in common
- the mic is a classical laptop mic (mid quality with lots of white noise)
I have a white noise profile created with audacity and if I manually apply the noise reduction to the audio track the audio sounds nearly like in a studio created.
Now I want to run a app or script to:
- apply the noise reduction with a given noise profile and write the new audio file as MP3 to disk
- apply the new audio track to the given video (replace existing voice track with the new track)
- save the new video as a new file to the disk
Anyone around who can help on this? I need to decide build or buy... And I do not know if even tools exist to automate this steps...
My development requirements:
- platform neutral language or platform, preferably java
of
if applications exists (e.g. under linux, so nearly platform neutral)
- the app or packages with a brief description how to handle it (e.g. audacity and ffmpeg but I did not find something helpful to get started)