Video Gain error normalizing audio for multiple avi files

Asked By 0 points N/A Posted on -
qa-featured

Hi there,

This error appears during normalizing audio for multiple AVI files and nothing seems like to work. I tried this many times and the same error appeared again and again. Any solution ? Does any expert have any ideas about this error ?

Regards experts !

AutoIT ERROR LINE 712

Line 712 (File “E:VideoGain v1.46 Beta 3VideoGain.au3”):

$Finished _string = $aFiles[0] & ‘File(s) Processed in _’ & @ LF

$Finished _string = $aFiles, ERROR

Error: subscript used with non-Array variable.

SHARE
Answered By 0 points N/A #176824

Video Gain error normalizing audio for multiple avi files

qa-featured

This error usually appears when someone is  using local variable, before entering the function. So check your script, are  you  using local variable? If yes, it means you are using local version of variable inside the function. It is a simple variable not an array. So, you will get the error every time, whenever you try to access the array version. Is

Related Questions