Output Format Settings: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 7: | Line 7: | ||
C:\lossywav\lossyWAV.exe - --quality X -- | -b 512 -8 | C:\lossywav\lossyWAV.exe - --quality X -- | -b 512 -8 | ||
[[file:lossy_flac.png]] | |||
for Wavpackc they could looks like this: | for Wavpackc they could looks like this: | ||
| Line 12: | Line 14: | ||
C:\lossywav\lossyWAV.exe - --quality X -- | -m -i -q --blocksize=512 --merge-blocks -hh | C:\lossywav\lossyWAV.exe - --quality X -- | -m -i -q --blocksize=512 --merge-blocks -hh | ||
[[file:lossy_wavpack.png]] | [[file:lossy_wavpack.png]] | ||
<historylink type="back" /> | <historylink type="back" /> | ||
Revision as of 06:43, 25 October 2020
LossyWAV
It is possible to use the LossyWAV whene coding to Flac or WavPAck via the manual command line. In order to do this, the command line parameter must looks 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

