PDA

View Full Version : coreconvereter command line options for DSP



KL7K
05-29-2008, 01:55 PM
I am currently converting files from mp3 to mp2 for compatibility reasons. I want to add the DSP option trim silence. From the syntax that I can find is see that I need to add -dspeffect1="Trim Silence = ?"

Where can I find a list of the DSP options that need to be added after the Trim Silence command to specify the threshold level and other options?

The same question holds for Volume Normalize where I want to use the adaptive option and set the level to -1.0 dB.

I tried coreconvrter /? but it didn't help.

Thanks for your help.

Dave

Spoon
05-29-2008, 03:10 PM
It is best to use CD Ripper, then look in the registry:

HKEY_CURRENT_USER\Software\Illustrate\dBpoweramp\C DRipper\Profiles\(default)\

Or the profile name at DSPEffects

KL7K
05-29-2008, 03:44 PM
Thanks for the tip.

Seems like a strange way to look up the options though.

Dave

Spoon
05-30-2008, 04:03 AM
They are complex, many DSPs put " (quotes) in the commandline, these have to translated to {qte} (or similar), because it is put within another command line, so you are best to copy from the registry, it is what I would do.