No description
Find a file
2022-10-16 15:48:26 +02:00
bin update name splicing and audio encoding 2022-10-16 15:48:26 +02:00
lib update name splicing and audio encoding 2022-10-16 15:48:26 +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 update name splicing and audio encoding 2022-10-16 15:48:26 +02:00
README.md update name splicing and audio encoding 2022-10-16 15:48:26 +02:00

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

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!

This program outputs to following formats:

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

multiencoding

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 in your favourite terminal
  4. execute anywhere using the 8mb [file1] [file2] . . . command!

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