title
Products            Buy            Support Forum            Professional            About            Codec Central
 

Convert mp3 to m4b

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mango

    • Feb 2010
    • 3

    Convert mp3 to m4b

    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.
  • Spoon
    Administrator
    • Apr 2002
    • 44583

    #2
    Re: Convert mp3 to m4b

    Are there no paths for MyInFile.mp3? and the MyOutFile.m4b?
    Spoon
    www.dbpoweramp.com

    Comment

    • mango

      • Feb 2010
      • 3

      #3
      Re: Convert mp3 to m4b

      Yes there are paths. But currently, for test purposes, I can store both input and output files in the same folders. The program is launched from inside the input file folder.

      Comment

      • Spoon
        Administrator
        • Apr 2002
        • 44583

        #4
        Re: Convert mp3 to m4b

        Try:

        CoreConverter.exe -infile="c:\AFile.wav" -outfile="c:\Outfile.mp3" -convert_to="mp3 (Lame)" -V 6

        Then when it works, add in your CLI elements one at a time until you find which is causing the problems.
        Spoon
        www.dbpoweramp.com

        Comment

        • mango

          • Feb 2010
          • 3

          #5
          Re: Convert mp3 to m4b

          Am a bit confused. I want to convert from mp3 to m4b, not wav to mp3. I do not have any wav files.

          Comment

          • Spoon
            Administrator
            • Apr 2002
            • 44583

            #6
            Re: Convert mp3 to m4b

            It is a test, as when you can get that working you can try adding your command line one part at a time until you find what is wrong.
            Spoon
            www.dbpoweramp.com

            Comment

            Working...

            ]]>