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
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
Comment