Page 1 of 1

Custom Encoder an Split Audio

Posted: Wed May 09, 2012 8:05 am
by qupfer
First, sorry for my bad english :D

I like the AAC audio format (specialy in HE Mode) so i add a custom aac encoder (nero aac). If i use only one output file, it works fine.
But if i activate the "Split Audio" option, every created file will be overwritten with the next one. If i look at my command-line, i see why. They have all the Same filename.

Code: Select all

d:\neroAacEnc.exe  -q 0.25  -ignorelength -if - -of "%AudioDirectory%\%Title%.m4a"
But in the "Help" AudioDirectory and Title are the only variables for the output. There are some undocumented? Or how could i use the Audio-Split option with a custom encoder? Or is this not possible?

Thank You

Re: Custom Encoder an Split Audio

Posted: Wed May 09, 2012 6:54 pm
by Jim Bretti
Splitting doesn't currently work with custom encoders. For now about the only thing you can do is split your text into multiple articles, and use 'Speak All to File' to generate an audio file for each article.

I'll look at getting this to work in a future update and post here when an update is ready to try.