I have been looking at your product line as a potential solution for the following problem -
I need to convert several thousand mp3 audiobooks at once to m4b format on an ongoing basis. I would like to do this conversion from within a php script via the command line. I have downloaded the trial version of dbpoweramp, along with applicable codecs and would like to test its effectiveness from the command line prior to purchasing the requisite licences.
I tried running the following command as a test, I get the error
Error [outfile] not specified on command line.
"c:\program files\illustrate\dBpoweramp\coreconverter.exe" -infile="MyInFile.mp3" -outfile="MyOutFile.m4b" -convert_to="m4b (Audio Book)" -cli_encoder="C:\Program Files\Illustrate\dBpoweramp\encoder\m4b (Audio Book)\neroAacEnc.exe" -errorfile="out.txt" -tag="title=Book Title" -tag="artist=FirstName LastName".
Can anyone please help? Thanks.
I need to convert several thousand mp3 audiobooks at once to m4b format on an ongoing basis. I would like to do this conversion from within a php script via the command line. I have downloaded the trial version of dbpoweramp, along with applicable codecs and would like to test its effectiveness from the command line prior to purchasing the requisite licences.
I tried running the following command as a test, I get the error
Error [outfile] not specified on command line.
"c:\program files\illustrate\dBpoweramp\coreconverter.exe" -infile="MyInFile.mp3" -outfile="MyOutFile.m4b" -convert_to="m4b (Audio Book)" -cli_encoder="C:\Program Files\Illustrate\dBpoweramp\encoder\m4b (Audio Book)\neroAacEnc.exe" -errorfile="out.txt" -tag="title=Book Title" -tag="artist=FirstName LastName".
Can anyone please help? Thanks.
Comment