this post was submitted on 04 Aug 2025
57 points (98.3% liked)
Linux
57095 readers
843 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
"Downsizing" an mp3 is what we call transcoding, and it's bad. An mp3 (or the better ogg vorbis) works (basically) by discarding parts of the audio that you won't hear. Doing that will discard parts of the mp3 that already has a bunch of parts discarded and this makes it sound bad.
I do something like what you're looking for, but it's all through a bunch of custom scripts and crap that I made. I buy flac, encode that to ogg (which sounds better than mp3s at lower bitrates), those oggs get synced to my phone, then later I organize those oggs to my collection.
I think you'll have to either accept these large mp3s or start a lossless collection.
If you're gonna use use the ogg container, you might as well use the newer opus compression.
So... if I ditch my MP3s (@ 320k) and use Ogg + Opus (@ ...? bps?), then I'd have the same / "better" music in less storage space?
Does that work ok with Picard, etc as I'm a bit OCD with metadata
I looked into it and you're right. I could probably save 7G by reencoding all my music and it sounds better. I'd have to rewrite a bunch of scripts :)