You are not logged in.
Pages: 1
Hi, after many years using Mint Linux I searched for SoundConverter in Synaptic but no joy. Any suggestions of any sound conversion software that can convert flac to mp3 etc would be greatly appreciated. I'm happy to install via terminal if it comes to that. Thanks very much.
Offline
There is a package soundconverter. It appears OK in synaptic for me, and is installed on my system. I've used it a few times with no problems.
There is also a KDE app called soundkonverter, and various command-line utilities like ffmpeg.
First web search hit: https://www.makeuseof.com/tag/10-applic … -in-linux/
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
Hmm, I only just installed Bunsenlabs without being connected so maybe the problem is that I need to update before Synaptic will respond. Thanks very much for yr reply.
Offline
ffmpeg & a web search. Beats installing "the right" gui utility every time.
Or Audacity: Import track, export to different format.
Offline
Cool... part of the reason I came over to Linux apart from the responsiveness is to wean myself off my noob dependency on GUIs so I'm gonna learn about the CLI and try to deploy ffmpeg or libav or woteva works. Thanks for yr reply. I'm gonna love this distro I just know it.
Offline
I used to use Pearl Audio Converter, it's excellent...
I don't care what you do at home. Would you care to explain?
Online
ffmpeg & a web search. Beats installing "the right" gui utility every time.
Actually you do not even need a web search for this one:
ffmpeg -i somefile.oldformat somefile.newformat
So, e.g.
ffmpeg -i somefile.flac somefile.mp3
Offline
Also there are various scripts, this one
https://raw.githubusercontent.com/bront … n/flac2mp3
for example (main motivation was to get those pretty lame vbr graph outputs while encoding).
32 [ 3] %
40 [ 0]
48 [ 1] *
56 [ 0]
64 [ 1] *
80 [ 1] *
96 [ 2] *
112 [ 15] **
128 [ 452] %%%%%***************************
160 [1571] %%%%%%%%%%%%%%%%%%%%%%%%*********************************
192 [ 578] %%%%%%%%%%%%%%%%%***********************
224 [ 89] %%*****
256 [ 74] %%****
320 [ 13] %
Also seems to be parallel friendly. Flac -> mp3 metadata will not completely travel. There is no replaygain consideration (Although with mp3 post processing is possible).
Last edited by brontosaurusrex (2020-12-22 13:03:28)
Online
Pages: 1