2023-10-13 23:14:01 +00:00
< a href = 'https://ko-fi.com/A0A8Q3SVZ' target = '_blank' > < img height = '36' style = 'border:0px;height:36px;' src = 'https://storage.ko-fi.com/cdn/kofi4.png?v=3' border = '0' alt = 'Buy Me a Coffee at ko-fi.com' / > < / a >
2023-10-13 23:15:05 +00:00
# REWROTE IT IN RUST! SEE NEW VERSION [HERE](https://github.com/djkato/n-mb)
2022-05-02 02:00:39 +00:00
# Automatically converts any video into webm, makes sure its 8mb or less!
2022-10-16 13:48:26 +00:00
For all those who want to post memes that are just too big and surpass the 8mb free upload limit on discord, this is the app for you!
2022-05-02 02:00:39 +00:00
2022-10-16 13:48:26 +00:00
This program outputs to following formats:
- audio codec: opus .ogg
- video codec: vp9 + opus .webm
- image codec: vp8 .webp (for gifs too)
2022-05-02 02:00:39 +00:00
2022-05-05 00:55:12 +00:00

2022-05-03 21:27:58 +00:00
How to install(Windows, Linux, MacOS):
1. get node.js from [here ](https://nodejs.org )
2022-05-05 00:57:18 +00:00
2. get ffmpeg for your platform [here ](https://ffmpeg.org/download.html ), put into $PATH
2022-10-16 13:48:26 +00:00
3. run `npm install -g 8mb` in your favourite terminal
4. execute anywhere using the `8mb [file1] [file2] . . .` command!
2022-05-28 23:58:41 +00:00
2023-10-13 23:14:01 +00:00
For an amazing read on how to optimize vp9 for file sizes I reccomend this read: https://codeberg.org/deterenkelt/Nadeshiko/wiki/Researches%E2%80%89%E2%80%93%E2%80%89VP9-and-overshooting