Hello,
until now I right click the file I want to convert, use "convert to" with my standardsetting and here will be a file with the same name converted.
I want to do the same with the command line: Convert wav files to mp3 and use the helix mp3 (or lame) codec, getting the filename from TotalCommander.
So far I'm able to convert a file but I'm not able and can't find any info how to use the same filename for infile and outfile.
I have tried:
"C:\Program Files\Illustrate\dBpoweramp\coreConverter.exe" -infile="%1" -outfile=outfile.mp3 -convert_to"mp3 (helix)" -cli_encoder="C:\Program Files\Illustrate\dBpoweramp\encoder\mp3 (Helix)\hmp3.exe" -cli_cmd=" - {qt}[-]{qt} -V70 -X" -selection="0,9"
"c:\program files\illustrate\dbpoweramp\coreconverter.exe" -infile="%1" -outfile=outfile.mp3 -convert_to="mp3 (Helix)" -cli_encoder="C:\Program Files\Illustrate\dBpoweramp\encoder\mp3 (Helix)\hmp3.exe" -cli_cmd="[infile] [outfile]"
and - copied from the helix help file:
"c:\program files\illustrate\dbpoweramp\coreconverter.exe" -infile="%1" -outfile="c:\outfile.mp3" -convert_to="mp3 (Helix)" -cli_encoder="C:\Program Files\Illustrate\dBpowerAMP\encoder\mp3 (Helix)\hmp3.exe" -cli_cmd=" - [outfile] -VBR120 -X"
everything is working fine but how do I define the outfile name when I want the infile name+the new extension.
I searched the forum and tried all combinations I found for outfile: -, stdin %d with all kinds of brackets and %s and quotes, but got only errors or stupid looking filenames. The same when I use a set infile-name =xyz.wav and tried to convert it to xyz.mp3.
Can anyone tell me what I'm doing wrong? Or is there a better way just opening a file from commandline in "musicconverter.exe" and convert it with standerd settings?
Thanks alot.
Regards,
olorcos10
until now I right click the file I want to convert, use "convert to" with my standardsetting and here will be a file with the same name converted.
I want to do the same with the command line: Convert wav files to mp3 and use the helix mp3 (or lame) codec, getting the filename from TotalCommander.
So far I'm able to convert a file but I'm not able and can't find any info how to use the same filename for infile and outfile.
I have tried:
"C:\Program Files\Illustrate\dBpoweramp\coreConverter.exe" -infile="%1" -outfile=outfile.mp3 -convert_to"mp3 (helix)" -cli_encoder="C:\Program Files\Illustrate\dBpoweramp\encoder\mp3 (Helix)\hmp3.exe" -cli_cmd=" - {qt}[-]{qt} -V70 -X" -selection="0,9"
"c:\program files\illustrate\dbpoweramp\coreconverter.exe" -infile="%1" -outfile=outfile.mp3 -convert_to="mp3 (Helix)" -cli_encoder="C:\Program Files\Illustrate\dBpoweramp\encoder\mp3 (Helix)\hmp3.exe" -cli_cmd="[infile] [outfile]"
and - copied from the helix help file:
"c:\program files\illustrate\dbpoweramp\coreconverter.exe" -infile="%1" -outfile="c:\outfile.mp3" -convert_to="mp3 (Helix)" -cli_encoder="C:\Program Files\Illustrate\dBpowerAMP\encoder\mp3 (Helix)\hmp3.exe" -cli_cmd=" - [outfile] -VBR120 -X"
everything is working fine but how do I define the outfile name when I want the infile name+the new extension.
I searched the forum and tried all combinations I found for outfile: -, stdin %d with all kinds of brackets and %s and quotes, but got only errors or stupid looking filenames. The same when I use a set infile-name =xyz.wav and tried to convert it to xyz.mp3.
Can anyone tell me what I'm doing wrong? Or is there a better way just opening a file from commandline in "musicconverter.exe" and convert it with standerd settings?
Thanks alot.
Regards,
olorcos10
Comment