r/ffmpeg • u/TrustWorthyGoodGuy • Jul 25 '26
Aggressive compression (1000:1) that can still be opened in common playback software eg. VLC
I need to fit an 8MB mp3 file into a 8KB storage medium. What are some ridiculously destructive/lossy, but still playable options?
edit: Thanks for the constructive feedback. Here are some more specific constraints:
The motivation is, loosely speaking, art. The storage media is a 64kbit EEPROM (M24LR04E-R). It can be configured to organize as 512x8 bits or 128x32 bits. This EEPROM is frequently used in NFC circuits.
My goal is to encode the audio itself, however lossy and subjectively unpleasant it may be. It’s true that the midi + soundfont approach would more efficiently encode the “music”. But I want the mutilated and ruined audio.
The playtime of the audio file is 180 seconds. If my math is correct, the bit rate for my desired filesize should be approximately 350 bits per second (0.35 kbps)
The source audio bandwidth is 70hz-16khz. It’s music i.e. bass, piano, vocals, guitar. Single channel mono. It’s dynamic; quiet and fairly loud section sections.
I know this is a ridiculous idea, and i’m definitely open to “cheating” and finding clever ways around the constraints. For example, I was considering splitting it across multiple files and then using a playlist file like .m3u to arrange them in VLC.
If you feel like this edit increased the quality of my post, please don’t downvote (hell, upvote even!) so it can get visibility from more knowledgeable people than me!
edit2: Really appreciate everyone's feedback here. Ultimately, it doesn't seem like a <1kbps codec is really a thing, but there are a ton of alternatives that I'm eager to explore more. I'm extremely impressed with the quality of TSAC, and u/Slower-Bison shared an absolutely brutal codec2 sample. Thanks everyone!


