INTERACT FORUM
Windows => JRiver Media Center 34 for Windows => Topic started by: bytestar on February 28, 2025, 10:59:06 am
-
Quality levels for WavPack (internal)
Please add these levels and update the internal WavPack codec to the latest version 5.80
48 kbps
80 kbps
112 kbps
144 kbps
224 kbps
288 kbps
352 kbps
448 kbps
576 kbps
896 kbps
1152 kbps
1792 kbps
Or allows user-defined parameters to be passed to the codec
-
Is it just the target bitrate list you wanted grown to include what you posted?
-
Is it just the target bitrate list you wanted grown to include what you posted?
i use the following parameters for the external encoder
-l -v -hh -x3 -b4.85 %IN %OUT -w Encoder="WavPack 5.8.0 -l -v -hh -x3 -b4.85’
If I could pass these directly to the encoder, an external encoder would no longer be necessary
‘This simply writes a tag to the audio file - w Encoder=‘WavPack 5.8.0 -l -v -hh -x3 -b4.85’’
So absolutely necessary is only
-l -v -hh -x3 -b4.85 %IN %OUT
4.85 corresponds to approximately 448 kbs
* -v = verify output file integrity after write
* -w Encoder = write actual encoder metadata to APEv2 tag
* -l = run at low priority (for smoother multitasking)