For mpc to mp3 transcoding there would also be MPxcange, but you only have the option of ID3v1 or v2 but not both. You are also limited to lame-mp3. With my tool you can copy the tags to any format you want, as long as the encoder has options for tags.
There is also foobar, but not everyone wants to use it, although it's the best player (IMO).
So what's the clue with my tool?
It just pipes the mppdec with ANY commandline encoder that supports it.
It reads the APEv2 tags from a musepack-file and replaces the placeholders in the encoder string.
The encoder string is saved in a config-file. The placeholders are the same as in EAC, so you just have to copy your EAC-string and you're ready to go.
Besides the CLI-tool, I wrote an user interface where you can edit your decoder/encoder strings and drag&drop your files which you want to encode.
The CLI is written in C and compiled in VS.net 2003, the GUI is written VB.net so I don't know if you need a runtime to start it.
I've just finnished the main-work on it and would very much appreciate if you could test my tool and give me some feedback or tipps how i could enhance it.
If you think my tool is useful, it would be nice if someone could help me with open-source licenceing so that I can safely distribute my tool.
you can download 0.1 here
have fun testing it
