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
- Host: GitHub
- URL: https://github.com/danikger/video-compressor
- Owner: danikger
- License: mit
- Created: 2024-11-16T04:23:44.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-27T01:17:01.000Z (3 months ago)
- Last Synced: 2025-03-26T20:16:37.102Z (about 1 month ago)
- Topics: ffmpeg, ffmpeg-wasm, react, video-compression
- Language: JavaScript
- Homepage: https://www.vidpress.co/
- Size: 9.86 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.