[SOLVED] lossyFLAC

Suggestions, new features, etc.
Locked
Klapacius
Posts: 2
Joined: Sat Feb 25, 2023 6:22 am

[SOLVED] lossyFLAC

Post by Klapacius »

Hi,

is it possible add lossyFLAC to XReCode
Please ,

Best Regards
Klapacius
admin
Site Admin
Posts: 964
Joined: Wed Nov 17, 2010 12:56 pm

Re: lossyFLAC

Post 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
Klapacius
Posts: 2
Joined: Sat Feb 25, 2023 6:22 am

Re: lossyFLAC

Post by Klapacius »

Thank you very much!
Klapacius
paddy
Posts: 95
Joined: Tue Dec 20, 2016 3:02 pm

Re: lossyFLAC

Post 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
admin
Site Admin
Posts: 964
Joined: Wed Nov 17, 2010 12:56 pm

[SOLVED] Re: lossyFLAC

Post by admin »

I added it to the "How to ..." topic - viewtopic.php?t=1563
Locked