Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rohit1kumar/video-tools

simple browser-based tools to help you work with videos.
https://github.com/rohit1kumar/video-tools

compress-videos ffmpeg-wasm video-tools

Last synced: about 1 month ago
JSON representation

simple browser-based tools to help you work with videos.

Awesome Lists containing this project

README

        

# Video Tools

A web app to compress videos in the right in the browser with up to 90% smaller file size while maintaining quality.

## Tech Stack

- **React (Vite)**
- **TailwindCSS**
- **[FFmpeg.wasm](https://ffmpegwasm.netlify.app)**

## Usage

1. Clone the repo:
`git clone https://github.com/rohit1kumar/video-tools.git`

2. Install dependencies:
`npm install`

3. Run the app:
`npm run dev`

Open `http://localhost:5173` to start compressing videos.

---