Scripts for Watermarking and Encoding Audio
I've decided to publish the scripts that I use to watermark and encode music audio files into MP3 and OGG files with meta tags. I hope this will help someone out there who needs to frequently watermark and/or encode audio files into WAV, MP3 and OGG files at different bit rates. Maybe the simplest way to start off is to demonstrate how the scripts work with this video: (Watch in HD at YouTube for better readability) Click HERE TO DOWNLOAD the zip file containing the scripts. Create_watermark.vbs Explained This is a VBScript that will loop through a directory full of WAV audio files and mix them with watermark audio files. The script uses the free application Sound eXchange (SoX) to achieve this. The script is also designed to take the duration of the audio file to be watermarked and apply a watermark with a suitable frequency. Shorter audio files will be watermarked frequently and longer audio files will have less frequent watermarks to make it less annoying. You can customize th...