Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: [Monkey's Audio, Musepack] External Encoder settings for CUETools (Read 1577 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[Monkey's Audio, Musepack] External Encoder settings for CUETools

Why don't the settings work

Quote
MAC.exe
- %O -%M
c1000 c2000 c3000 c4000 c5000
Monkey's Audio (MAC.exe)

and how do I encode with an external encoder Monkey's Audio?

PS: there is a great lack of encoding in Musepack

Re: Encoder settings for CUETools

Reply #1
MAC.exe doesn't support stdin, so IIUC it's not possible.


Re: Encoder settings for CUETools

Reply #3
Quote
PS: there is a great lack of encoding in Musepack
I'm not sure what you mean. (Without fully testing) I was able to add Musepack.
supports STDIN
Quote
Usage:
  mpcenc [--options] <Input_File>
  mpcenc [--options] <Input_File> <Output_File>

Input_File must be of the following:
  -                stdin                 (only RIFF WAVE files)
[...]
Tagging (uses APE 2.0 tags):

Close CUETools
%appdata%\CUE Tools\settings.txt (or yourfolder\CUE Tools\settings.txt if running portable)
find (the actual number of formats may differ in your settings file)
Quote
CustomFormat10AllowEmbed=0
CustomFormats=11
add new format
Quote
CustomFormat10AllowEmbed=0          <<<< use highest CustomFormat # +1
CustomFormat11Name=mpc
CustomFormat11EncoderLossless=
CustomFormat11EncoderLossy=     <<<< will be set when you add and use encoder
CustomFormat11Decoder=
CustomFormat11Tagger=1       <<<< 1 is for APEv2
CustomFormat11AllowLossless=0
CustomFormat11AllowLossy=1       <<<< Lossy format
CustomFormat11AllowEmbed=0

CustomFormats=12        <<<< increase  CustomFormats +1
save

Open CUETools
add encoder

X

select Mode before first attempt to encode

X

Please test and confirm.
korth

 

Re: Encoder settings for CUETools

Reply #4
MPC is worked! Thanks!

MAC.exe - working. But this is old version.