Automatically converts any media file and makes sure its under your limit! For all those who want to post memes that are just too big and surpass the 25mb free upload limit on discord, this is the app for you!
Find a file
2023-09-24 19:40:00 +02:00
src init 2023-09-24 19:40:00 +02:00
.gitignore init 2023-09-24 19:40:00 +02:00
Cargo.lock init 2023-09-24 19:40:00 +02:00
Cargo.toml init 2023-09-24 19:40:00 +02:00
README.md init 2023-09-24 19:40:00 +02:00
test.jpg init 2023-09-24 19:40:00 +02:00
test.mp3 init 2023-09-24 19:40:00 +02:00
test.mp4 init 2023-09-24 19:40:00 +02:00

Automatically converts any media file and makes sure its under your limit!

For all those who want to post memes that are just too big and surpass the 25mb free upload limit on discord, this is the app for you!

## This program outputs to following formats:

  • audio codec: opus .ogg
  • video codec: vp9 + opus .webm
  • image codec: vp8 .webp (for gifs too)

How to install(Windows, Linux, MacOS):

  1. get rustup (cargo, rustc etc) from here
  2. get ffmpeg for your platform here, put into $PATH
  3. run cargo install n-mb in your favourite terminal
  4. execute anywhere using the nmb --size/-s <SIZE IN MB> --files/-f=<FILE 1>,<FILE 2> . . . command!

Thanks for an amazing read on how to optimize vp9 for file sizes deterenkelt, I recommend this read: https://codeberg.org/deterenkelt/Nadeshiko/wiki/Researches%E2%80%89%E2%80%93%E2%80%89VP9-and-overshooting