Recommended FLAC converter?

https://lemmy.dbzer0.com/post/1741476

Recommended FLAC converter? - Divisions by zero

I have a collection of music in flac format and now I want to store them on my phone. flac files get too much space and downloading all the playlist in mp3 takes as much time as finding decent and real high quality flacs (there is plenty of songs on internet which only look like 320kbps and are not really high quality). So I decided to convert my flac files into mp3 with and I prefer minimum amount of quality loss; what is the best software for it? - Doesn’t matter if conversion take some time if the quality would be decent.

ffmpeg -i in.flac -c:a libopus -b 192 out.opus

Not audiophilic enough.

ffmpeg -i in.flac -ar 48000 \ -af aresample=resampler=soxr:precision=28:cheby=1:dither_method=shibata \ -c:a libopus -b:a 224k out.opus
Thanks but I prefer not to hack nasa for some music files.
He already hacked Nasa for you, you just have to copy and paste.
If I really want to use ffmpeg functionally and don’t be dependent to other people scripts, then yes I need to hack Nasa myself.
You could also try an ffmpeg gui if you don’t like cli