Output Format Settings: Difference between revisions

From XRECODE3
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
== LossyWAV ==
== LossyWAV ==
It is possible to use the LossyWAV when encoding to Flac or WavPAck via the manual command line.
It is possible to use the LossyWAV when encoding to Flac or WavPAck via the manual command line.
In order to do this, the command line parameter must looks like this
In order to do this, the command line parameter must be in format like this


<lossyWavParams> | <EncoderParams>
<lossyWavParams> | <EncoderParams>
Line 16: Line 16:


[[file:lossy_wavpack.png ]]
[[file:lossy_wavpack.png ]]
To make sure, that command line is OK, press the Test button and check the result.


<historylink type="back" />
<historylink type="back" />

Latest revision as of 21:45, 25 October 2020

LossyWAV

It is possible to use the LossyWAV when encoding to Flac or WavPAck via the manual command line. In order to do this, the command line parameter must be in format like this

<lossyWavParams> | <EncoderParams>

for Flac they could look like this:

C:\lossywav\lossyWAV.exe - --quality X -- | -b 512 -8

for Wavpackc they could looks like this:

C:\lossywav\lossyWAV.exe - --quality X -- | -m -i -q --blocksize=512 --merge-blocks -hh

To make sure, that command line is OK, press the Test button and check the result.

« Go Back