I want to convert my entire music library to ogg format from mp3. while keeping the folder/file format I have under music and keep the tags that are on them.
Asked
Active
Viewed 1.5k times
14
-
2If you don't mind using the command line, see http://askubuntu.com/questions/147944/bulk-batch-convert-mp3-files-to-ogg-via-command-line – geirha Jul 28 '13 at 21:38
-
Close-voters: This is not a duplicate of that question; that question is considerably narrower. It could potentially be edited to make it broader, but it's not a good idea to dupe this to it until then (and we should probably hold off on doing that, too, to see what kind of answers appear here and if it makes sense to try to make these one question). – Eliah Kagan Jul 29 '13 at 00:18
2 Answers
20
There is a good soundconverter called "soundconverter" in the Softwarecenter. I made the test, tags are maintained when converting from .mp3 to .ogg.
You can install it with the following command in a terminal.
sudo apt install soundconverter

Archisman Panigrahi
- 28,338
- 18
- 105
- 212

kleinempfaenger
- 993
- 6
- 13
-
1omg, it makes multithread conversion of all files same time automatically (no need to select the format) :O – Aquarius Power Jun 19 '15 at 23:34