Converting my FLAC files to MP3 for going onto my MP3 player is a very common task for me, so I wanted to use DMC Scripting to automate this. With the interactive converter, I have it the output format set to Mp3 (Lame), High Quality VBR, Min Bit Rate 32 Kbps, Max Bit Rate 192 Kbps, Channels and Frequency as source. I should be able to set these through the Mp3Settings object, but it seems incomplete. The only documented method (http://www.dbpoweramp.com/developer-scripting-dmc.htm) is Set(LONG BitRate, LONG Frequency, LONG ChannelMode, LONG VbrMode). So I have two questions:
Thank you for your help.
- How can I set bounds on the bit rate, as opposed to just a single target?
- How can I set channels and frequency to "source"?
Thank you for your help.
Comment