Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 750 Bytes

File metadata and controls

31 lines (25 loc) · 750 Bytes

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

Getting Started

Installation

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

Running the App

  1. Start the development server:
npm run dev
  1. 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.