title
Products            Buy            Support Forum            Professional            About            Codec Central
 

issue w CLI , wav to wma & rm, rm 50% of length Helix issue?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • smackYYZ
    • Jul 2012
    • 2

    issue w CLI , wav to wma & rm, rm 50% of length Helix issue?

    Hi,

    I'm using coreconverter to convert wav files to both wma and rm files formats. These are voice files from the voice mail system.

    Here are two examples:

    "c:\program files\illustrate\dBpoweramp\coreconverter.exe" -infile="c:\qti\ivr\work\1255_10388858.wav" -outfile="c:\qti\ivr\work\1255_10388858.wma" -convert_to="Windows Media Audio 10" -codec="Windows Media Audio 9 Voice" -settings=" 16 kbps, 16 kHz, mono" -cbr

    "c:\program files\illustrate\dBpoweramp\coreconverter.exe" -infile="c:\qti\ivr\work\1255_10388858.wav" -outfile="c:\qti\ivr\work\1255_10388858_1.rm" -convert_to="Real Audio (Helix)" -af="0" -ec="1" -ta="4"

    The wma converts without issue, but the rm file has an audio length that is 50% of the actual playback time. It plays but just to half way through the original audio.

    I've also not been able to find any full documentation on the cli values for the helix codec. My guess is I've got some value set that is causing a conflict and making to miscalculate the audio length time. I'm using the values presented in the helix codec help, but it seems incomplete.

    Any insight would be helpful.

    Thanks,
  • Spoon
    Administrator
    • Apr 2002
    • 43889

    #2
    Re: issue w CLI , wav to wma & rm, rm 50% of length Helix issue?

    Try doing a conversion using the normal converter manually, and try the different options.
    Spoon
    www.dbpoweramp.com

    Comment

    • smackYYZ
      • Jul 2012
      • 2

      #3
      Re: issue w CLI , wav to wma & rm, rm 50% of length Helix issue?

      Okay, got it to work by turning on debug mode, doing it manually and then parsing through the output. Many thanks for the debug mode since there is no detailed documentation on this codec.

      So this is what I got to work :
      "c:\program files\illustrate\dBpoweramp\coreconverter.exe" -infile="c:\qti\ivr\work\1255_10388858.wav" -outfile="c:\qti\ivr\work\1255_10388858_1.rm" -convert_to="Real Audio (Helix)" -af="0" -m="0" -ec="1" -ta="22" -cm

      and then I added normalization:

      "c:\program files\illustrate\dBpoweramp\coreconverter.exe" -infile="c:\qti\ivr\work\1255_10388858.wav" -outfile="c:\qti\ivr\work\1255_10388858_1.rm" -convert_to="Real Audio (Helix)" -af="0" -m="0" -ec="1" -ta="22" -cm -mode="peak" -maxamp="8" -desiredb="0" -adapt_wnd="6000" -fixed="0"

      Thanks for the debug mode!

      Comment

      Working...

      ]]>