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: FOOBAR + FFMPEG > WAVPACK + MKA (Read 1175 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

FOOBAR + FFMPEG > WAVPACK + MKA

Hello guys,

I have a very special wish and I think it can only be resolved by pros. I want to use foobar and ffmpeg cmd encoder to create Wavpack Files, which are saved inside of matroska audio containers. I especially want to create image files (one file with chapters, tags etc.; I dont know if this combination is smart enough to detect if I want to encode into one file or into an image). Wavpack must have best possible compression, like the original cmd encoder.

So how can I achieve that?

THX

Re: FOOBAR + FFMPEG > WAVPACK + MKA

Reply #1
If I understand you correctly, create an encoder preset for ffmpeg.exe, make it "lossless or hybrid" with highest supported bitdepth "32". Specify mka as the output extension and a command line such as the one below. You can use the output bitdepth option in the converter set up to control the output bitdepth (auto, 16-bit, 24-bit etc)

-i - -ignore_length true -c:a wavpack -compression_level 4 %d

To encode multiple files as a single multitrack file, select "generate multitrack files" under the converter configuration "Destination" section. fb2k will save a single MKA with a seperate cuesheet file. I'm not sure if there's a way to embed it into the mka itself as fb2k would do for .wv or .flac.

Re: FOOBAR + FFMPEG > WAVPACK + MKA

Reply #2
I already tried something simiIar, but I dont want CUE files, they are to limited. MKA has some kind of own thing instead and I want to activate it.