Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (8mb) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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)

How to install(Windows, Linux, MacOS):
- get node.js from here
- get ffmpeg for your platform here, put into $PATH
- run
npm install -g 8mbin your favourite terminal - 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