Batch Processing through command line.

Discussions for GoldWave plug-in development
Post Reply
mzahmed
Posts: 2
Joined: Wed Nov 16, 2005 9:01 pm

Batch Processing through command line.

Post by mzahmed »

Hi All,

I have a web application where I record 10 audio files. I have to increase their volume or normalize them as they sound too soft. Can I use GoldWave to run a batch process to do this. If yes can some body share the command line instruction with the parameters to execute this.

Regards,
zia
GoldWave Inc.
Site Admin
Posts: 4372
Joined: Wed Mar 10, 2004 6:43 pm
Location: St. John's, NL
Contact:

Re: Batch Processing through command line.

Post by GoldWave Inc. »

GoldWave v5.11 supports command line processing and batch presets. The command line parameter is /process. The GoldWave manual provides some details about it under the Batch Processing section.

Chris
mzahmed
Posts: 2
Joined: Wed Nov 16, 2005 9:01 pm

Error on command line processing.

Post by mzahmed »

Hi Chris,
Thanks for the prompt and early reply. I tried as you suggested but for some reason I am getting this error. Can you please help me solve this.

Well I have a file addend.wav in C: and gave it all permissions.

Regards,
zia.


C:\Program Files\GoldWave>/process:Trim "C:\addend.wav"
The filename, directory name, or volume label syntax is incorrect.
OKCBoy
Posts: 110
Joined: Thu Jun 30, 2005 6:42 pm
Location: Oklahoma, USA

Re: Error on command line processing.

Post by OKCBoy »

mzahmed wrote:C:\Program Files\GoldWave>/process:Trim "C:\addend.wav"
The filename, directory name, or volume label syntax is incorrect.
You forgot to put the name of the program to run. It should read:

Code: Select all

C:\Program Files\GoldWave>Goldwave.exe /process:Trim "C:\addend.wav"
Post Reply