title
Products            Buy            Support Forum            Professional            About            Codec Central
 
Results 1 to 2 of 2

Thread: Command line adaptability ?

  1. #1

    Join Date
    Mar 2021
    Posts
    1

    Command line adaptability ?

    I'm searching for a software that could convert mp3 files with unspecified names from the command line ?

    I saw this example online :

    C:\>"c:\program files\illustrate\dBpoweramp\coreconverter.exe" -infile="c:\afile.wav" -outfile="c:\outfile.mp3" -convert_to="mp3 (Lame)" -V 2

    Does it work with *.wav and *.mp3 ?

    If not, is there a software (from Illustrate?) that could do exactly that ? Any solution would be amazing!

    Thank you very much

  2. #2
    Administrator
    Join Date
    Apr 2002
    Posts
    43,854

    Re: Command line adaptability ?

    You cannot pass wildcards (*) into the coreconverter, it converts one file at a time.

    You could use something like Powershell to write your own script to send the files one at a time.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •