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

Thread: MP2 Samplerate???

  1. #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

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

    Re: MP2 Samplerate???

    You are best adding a DSP effect 'resample' into the conversion.

  3. #3
    TrinitySoftware
    Join Date
    Apr 2002
    Location
    Huizen, Holland
    Posts
    153

    Re: MP2 Samplerate???

    Hi,

    Your parameters don't look right to me.

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

    Best regards,
    Daren.

Posting Permissions

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