Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 1.36 KB

README.md

File metadata and controls

33 lines (18 loc) · 1.36 KB

8mb.gehrig.dev

License

8mb.gehrig.dev is a web application that leverages WebAssembly and FFmpeg to perform on-device video compression, reducing video file sizes to under 8MB. This ensures that the entire video processing takes place locally, without the need to upload sensitive data to external servers.

Features

  • On-Device Compression: All video compression operations are performed locally in the user's browser using WebAssembly and FFmpeg.

  • File Size Limit: The goal of the application is to reduce video file sizes to under 8MB, providing a convenient tool for users to compress videos for various purposes.

  • User-Friendly Interface: The web application provides an intuitive and user-friendly interface for uploading, processing, and downloading compressed videos.

Getting Started

If you want to contribute or run the application locally, follow these steps:

  1. Clone the Repository:
    git clone https://github.com/Sillyvan/8mb.gehrig.dev
    

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.