- Code: Select all
<?xml version="1.0"?>
<button display="both" effect="gray">
<guid>{9CE8D1E0-DEB3-4709-9212-D79474B8754B}</guid>
<label>Encode MP3 (to destination) - Quality: VBR 4</label>
<icon1>12</icon1>
<function type="batch">
<instruction>"C:\__CHANGEME__\lame.exe" -V 4 --vbr-new {filepath$} {destpath$}{file$|ext=mp3}</instruction>
<instruction>pause</instruction>
</function>
</button>
Hope this is interesting for you. Please give feedback.
LAME can be downloaded from several sources (ask google!). Official site: http://lame.sourceforge.net/index.php
