title
Products            Buy            Support Forum            Professional            About            Codec Central
 

Need help with dspeffect CLI

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

    • Mar 2018
    • 6

    Need help with dspeffect CLI

    Good evening,
    I have a script which extracts from archives, then does a series of conversion to it. This script was created some time ago but lost due to improper backup of the script directory.


    Code:
    $args =" -infile=`"$infile`" -outfile=`"$outfile`" -convert_to=`"flac`" -minchannels=`"1`" -maxchannels=`"2`" -mindepth=`"8`" -maxdepth=`"16`" -dither=`"tpdf`" -fmin=`"8000`" -fmax=`"44100`"";
    So a flac, mono or stereo, 8-16 bits triangular dither between 8-44.1khz. Granted this isn't a true flac but more of a standardizing of input archives (dsd, flacs, mp3s, etc) which is then converted to another format later.

    I remember vaguely that resampling is dspeffect1="resample=..." but I cannot find the documentation for it. Any assistance to achieve the above is greatly appreciated.
    Last edited by mshockle; September 04, 2023, 10:15 PM.
  • Spoon
    Administrator
    • Apr 2002
    • 44574

    #2
    Re: Need help with dspeffect CLI

    This will help:

    Certain Codecs (WMA, and compressed Wave) are difficult to setup as the settings are not guessable. Using CD Ripper it is possible to set the compression settings and read them back from the registry. Open CD Ripper, set the profile to default, set the encoder and settings as desired. Close CD Ripper then open regedit:
    Spoon
    www.dbpoweramp.com

    Comment

    Working...

    ]]>