EAC and Musepack: Difference between revisions
m (added colour) |
mNo edit summary |
||
Line 27: | Line 27: | ||
<font style="color:green">'''--quality 6'''</font> --artist "%a" --title "%t" --album "%g" --year "%y" --track "%n" --genre "%m" %s | <font style="color:green">'''--quality 6'''</font> --artist "%a" --title "%t" --album "%g" --year "%y" --track "%n" --genre "%m" %s | ||
<font style="color:green">'''Note:''' If you wanted to change the quality setting the green portion is what you would substitute with the new setting e.g. --quality 10 or --quality 4 | <font style="color:green">'''Note:''' If you wanted to change the quality setting the green portion is what you would substitute with the new setting e.g. --quality 10 or --quality 4.</font> | ||
* Do not worry what bit rate is shown in the bit rate drop down box, this will be ignored. | * Do not worry what bit rate is shown in the bit rate drop down box, this will be ignored. | ||
Revision as of 06:48, 6 July 2005
Software Needed
Installation
Note: This guide assumes that EAC is has been configured for secure ripping, if not please follow this guide.
- Unzip the chosen musepack version into the same directory that EAC is in.
Configuration
- Open EAC and insert a CD into the drive.
- Click the EAC menu and select Compression Options.
- Click the External Compression Tab, and put a check box in use external program for compression.
- Change Parameter Passing Scheme to User Defined Encoder.
- Change Use file extension to .mpc.
- Click the Browse button and locate the MPPENC.EXE that you unzipped earlier.
- Remove the ticks from Use CRC check, Add ID3 tag and check for external programs return code.
- In the Addtional command line options box, copy and paste one of the below strings based on the Tag you would prefer.
No Tags:
--quality 6 %s
APEv2 tag:
--quality 6 --artist "%a" --title "%t" --album "%g" --year "%y" --track "%n" --genre "%m" %s
Note: If you wanted to change the quality setting the green portion is what you would substitute with the new setting e.g. --quality 10 or --quality 4.
- Do not worry what bit rate is shown in the bit rate drop down box, this will be ignored.