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

https://github.com/danikger/video-compressor

Compresses video files directly in the browser using ffmpeg.wasm
https://github.com/danikger/video-compressor

ffmpeg ffmpeg-wasm react video-compression

Last synced: about 1 month ago
JSON representation

Compresses video files directly in the browser using ffmpeg.wasm

Awesome Lists containing this project

README

        

# Video Compressor

This is a web-based video compression tool built with React, Vite, and Tailwind CSS for styling. It allows users to compress video files directly in their browser using FFmpeg.

### Check it out [here](https://www.vidpress.co/)

## Getting Started

### Installation
1. Clone the repository.
2. Navigate to the project directory:
```
cd video-compressor
```
3. Install the dependencies:
```
npm install
```

### Running the App
1. Start the development server:
```
npm run dev
```
2. Open your browser and navigate to `http://localhost:5173` to see the app running.

## Usage
1. Drag and drop a video file into the dropzone.
2. Select compression quality.
3. Wait for the video to be compressed.
4. Download the compressed video.