This content has been marked as final.
Show 2 replies
-
1. Re: Audition 2.0 Batch Script Halted, current save not completed
SteveG(AudioMasters) May 15, 2010 10:41 AM (in response to TheTroll)For a start the line
Selected: 0 to 6840575 scaled 6197758 SR 44100
isn't a very good idea, because you are trying to select beyond the end of the file you are operating on. If you select 0 to 6197785 scaled 6197758 SR 44100, then you'll select the whole file. But there again, if you selected 0 to 1 scaled 1 SR44100 you'd achieve exactly the same thing.
If you are running this as a part of a batch file and the saves aren't working properly, you'll probably need to check all the format settings in the batch process - but try fixing the script so that it doesn't look weird first.
-
2. Re: Audition 2.0 Batch Script Halted, current save not completed
TheTroll May 15, 2010 3:01 PM (in response to SteveG(AudioMasters))Not sure which worked because I did them both. And now it works.

