PDA

View Full Version : MP2 Samplerate???



Olivier Engi
04-17-2009, 05:21 AM
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
04-17-2009, 08:08 AM
You are best adding a DSP effect 'resample' into the conversion.

daren
04-17-2009, 04:38 PM
Hi,

Your parameters don't look right to me.

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

Best regards,
Daren.