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
- Clone the repository.
- Navigate to the project directory:
cd video-compressor
- Install the dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and navigate to
http://localhost:5173
to see the app running.
- Drag and drop a video file into the dropzone.
- Select compression quality.
- Wait for the video to be compressed.
- Download the compressed video.