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

Thread: aac nero scripting parameter definitions

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Join Date
    Sep 2010
    Posts
    19

    aac nero scripting parameter definitions

    Hello all,
    I am writing a script that needs to pass type VBR and quality 0.65 for converting to the aac format. what parameter options should I use. I cannot find any documentation for this encoder.

    Here is an example of the parameter I use to convert file to mp3:

    'mp3 (Lame)' -silent -V 2 -channels='joint stereo' -encoding='SLOW'

    What I need is something like this:

    'm4a Nero (AAC)' -silent -target='Quality (VBR)' -quality='.65'

    But these options do not look correct to me and of course are not working.

    Thanks and Cheers. Amitabh

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

    Re: aac nero scripting parameter definitions


  3. #3

    Join Date
    Sep 2010
    Posts
    19

    Re: aac nero scripting parameter definitions

    Thanks Spoon, but how do I pass the dspeffects as well. While encoding to a given format I also wanted to map some tags in src wma file to different tags in target apple file.
    Here is what I wanted to achieve:

    "m4a Nero (AAC)" -silent -cli_cmd="-q .65 -ignorelength -if - -of {qt}[outfile]{qt}" -selection="0,7,0" -dspeffect1="ID Tag Processing=-case={qt}0{qt} -exportart={qt}(none){qt} -importart={qt}(none){qt} -maxart={qt}(any){qt} -map0={qt}mood=description{qt} -map1={qt}WM/ContentGroupDescription=style{qt} -map2={qt}wm/language=category{qt}"

    Cheers. -Amitabh

  4. #4
    Administrator
    Join Date
    Apr 2002
    Posts
    43,831

    Re: aac nero scripting parameter definitions

    You should be able to grab from the registry the DSP effect settings as well if you set them in CD Ripper then close CD Ripper.

Posting Permissions

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