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

Thread: Calculating album gain through command line

  1. #1
    tschan's Avatar
    Join Date
    May 2007
    Posts
    12

    Calculating album gain through command line

    Hi,

    currently I use the CLI of dmc in a python script I'm writing. I convert a bunch of flac files to mp3 currently one at a time using something like this:

    Code:
    CoreConverter.exe -infile="%s" -outfile="%s" -convert_to="mp3 (Lame)" -V %s -dspeffect1="ReplayGain=-albummode={qt}0{qt}"
    Now I would really like to calculate not only the track gain but also the album gain of all files I'm converting. Using "-albummode={qt}1{qt}" won't really work because every file conversion is a separate operation.

    Does anyone has an idea how I can achieve this?

    thanks

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

    Re: Calculating album gain through command line

    Not possible through the command line (the graphical dMC in the background creates a job number and calls the DSPs pre and post batch of files to generate the album gain).

Posting Permissions

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