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

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

  1. #1

    Join Date
    Jul 2012
    Posts
    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,

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

    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.

  3. #3

    Join Date
    Jul 2012
    Posts
    2

    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!

Tags for this Thread

Posting Permissions

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