Subject:Batch Conversion and Audio Watermarking
Posted by: shaynecantly
Date:12/26/2006 5:56:29 PM
I need to convert thousands of audio files into low res MP3's, and while converting, I need to add at every 15 second interval a short audio grab that perhaps says 'For audition purposes only'. I know I can batch convert the files using batch converter, but I'm guessing I need a script to do the audio watermarking. Can anyone help? Can anyone write a script. I'm prepared to pay some money for it if it will do what I want. |
Subject:RE: Batch Conversion and Audio Watermarking
Reply by: _TJ
Date:12/28/2006 11:49:51 AM
Yes, you will need a script to do watermarking. The ISfFileHost.MixAudio function will most likely be part of the solution. |
Subject:RE: Batch Conversion and Audio Watermarking
Reply by: shaynecantly
Date:12/28/2006 1:08:40 PM
Thanks for that....but what is the 'ISfFileHost.MixAudio' function, and where is it located? I know nothing about scripting, so if this is a command line or line of code, sorry, I'm lost. Any chance of Sony whipping a script up that will do this within Sound Forge? |
Subject:RE: Batch Conversion and Audio Watermarking
Reply by: _TJ
Date:1/2/2007 3:32:43 PM
It's the name of a method, a fragment of code. this thread entitled DESPERATELY NEED HELP! has an exmaple of how to use MixAudio() http://www.sonymediasoftware.com/forums/ShowMessage.asp?ForumID=27&MessageID=427824 |