Hi,
Im using the real audio encoder to convert wav to rm, and im using a vbs script to control dbpoweramp (which is automatically generated by a Perl script). I need the rm files to be converted at varying qualities, however I cannot find any documentation on scripting for the real media encoder. Is there an equivalent real media encoder function for the below mp3 setting function?
Call Mp3Settings.Set (160, 44100, 0, 0)
My alternative to setting these options would be to load in a different configuration file (such as UsingDSPs.bin for the DSP effects power pack, which I can replace to allow me to use different DSP settings on each conversion) for each conversion but I do not seem to be able to find one - at the moment my only option seems to be to run the conversions using two seperate installations of dbpoweramp!
Any thoughts?
Many thanks,
Rich.
Im using the real audio encoder to convert wav to rm, and im using a vbs script to control dbpoweramp (which is automatically generated by a Perl script). I need the rm files to be converted at varying qualities, however I cannot find any documentation on scripting for the real media encoder. Is there an equivalent real media encoder function for the below mp3 setting function?
Call Mp3Settings.Set (160, 44100, 0, 0)
My alternative to setting these options would be to load in a different configuration file (such as UsingDSPs.bin for the DSP effects power pack, which I can replace to allow me to use different DSP settings on each conversion) for each conversion but I do not seem to be able to find one - at the moment my only option seems to be to run the conversions using two seperate installations of dbpoweramp!
Any thoughts?
Many thanks,
Rich.
Comment