title
Products            Buy            Support Forum            Professional            About            Codec Central
 

MP2 Samplerate???

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Olivier Engi
    • Apr 2009
    • 1

    MP2 Samplerate???

    Hi all
    I like to do some Conversions with my VBScript from FLAC File to a MP2 File like this:

    Set dMC = CreateObject("dMCScripting.Converter")
    Call dMC.Convert("C:\test.flac", "C:\test.mp2", "mp2", "s-48000 -b=256", "")


    The conversion works, but the target File is in 44100.

    Any Help?
    Thanks
    Olivier
  • Spoon
    Administrator
    • Apr 2002
    • 43901

    #2
    Re: MP2 Samplerate???

    You are best adding a DSP effect 'resample' into the conversion.
    Spoon
    www.dbpoweramp.com

    Comment

    • daren
      dBpoweramp Enthusiast
      • Apr 2002
      • 153

      #3
      Re: MP2 Samplerate???

      Hi,

      Your parameters don't look right to me.

      Should "s-48000" be "-s=48000"?

      Best regards,
      Daren.

      Comment

      Working...

      ]]>