No description
Find a file
2022-06-19 02:29:02 +02:00
bin Changes to encoding, UI fixes 2022-05-29 01:58:41 +02:00
lib removed params, cleanup 2022-06-19 02:29:02 +02:00
.gitignore . 2022-05-07 21:36:01 +02:00
.npmrc multifile support, added all filetypes, precision 2022-05-03 23:27:58 +02:00
fieldTest.cjs fix settings loading 2022-05-04 13:09:33 +02:00
package-lock.json update dependencies 2022-06-09 14:33:28 +02:00
package.json version bump 2022-06-19 02:28:18 +02:00
README.md Changes to encoding, UI fixes 2022-05-29 01:58:41 +02: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!

Automatically converts any video into webm, makes sure its 8mb or less!

multiencoding

cmd_7he2xYV2XK

How to install(Windows, Linux, MacOS):

  1. get node.js from here
  2. get ffmpeg for your platform here, put into $PATH
  3. run npm install -g 8mb
  4. execute anywhere using the 8mb [optional: -preset {preset Index}] [file1] [file2] . . . command!

Known issues: - videos with huge resolution (1080p+) and high framerate struggle to encode under 8mb even if less than a few minutes long - really long videos fail to get under 8mb

NOT WORKING RN, TERMKIT REFUSES TO COMPILE How to install(Windows with binaries):

  1. make a folder in C:\Program Files called "DMC", put release binaries and ffmpeg windows full-build executables into C:\Program Files\DMC\
  2. Add ffmpeg to PATH: [Win BTN] + R, type SystemPropertiesAdvanced, click Environment Variables, under "User variables for (user)" find variable Path, click on it and edit, in the now open window click new, and paste C:\Program Files\DMC\.
  3. If the command ffmpeg in cmd works, you can now drag and drop files onto the binary and have it work!
  4. to set performance preset, doubleclick the binary

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