Page 1 of 1

[SOLVED] lossyFLAC

Posted: Sat Feb 25, 2023 6:32 am
by Klapacius
Hi,

is it possible add lossyFLAC to XReCode
Please ,

Best Regards
Klapacius

Re: lossyFLAC

Posted: Sat Feb 25, 2023 8:27 am
by admin
It is already possible.

You need to use the flac.exe as an encoder for flac and set the Manual command line like this https://imgur.com/a/b1nwRP0. This is a bare minimum command line:
C:\lossywav\lossyWAV.exe - --quality I -- |

To pass a custom parameters to the flac.exe, set it like this - https://imgur.com/a/3A8bJTK
C:\lossywav\lossyWAV.exe - --quality I -- | -s -b 512 -8

Press the test button before proceeding to make sure the command line was set up correctly, it should look like this https://imgur.com/a/ByCbEBi

Re: lossyFLAC

Posted: Sat Feb 25, 2023 10:03 am
by Klapacius
Thank you very much!
Klapacius

Re: lossyFLAC

Posted: Sat Mar 18, 2023 7:56 am
by paddy
Hi at all :-)

At first I thought "lossy flac" what a silly idea.
The advantage of Flac is that it does not encode in a lossy way,
and thus delivers the best possible sound.

But then I read the article and I have to admit that it really makes sense!
https://hydrogenaud.io/index.php/topic,55522.0.html


Perhaps this should become a permanent option in Xrecode. I would like a choice.

best regards
Paddy

[SOLVED] Re: lossyFLAC

Posted: Sun Mar 19, 2023 7:43 am
by admin
I added it to the "How to ..." topic - viewtopic.php?t=1563