Skip to content

Max-im/media-compressor

Repository files navigation

Media-compressor

Image and Video Size Reducer

This Electron app is designed to help you reduce the size of your image and video files, making it easier to store and share them. The app uses the Jimp library to compress images and FFmpeg to compress videos. Based on electron react boilerplate

Installation

To install and run the app, follow these steps:

  1. Clone this repository to your local machine.
  2. Navigate to the project directory in your terminal.
  3. Install the necessary dependencies with the following command: npm install
  4. Start the app with the following command: npm start

Usage

  1. Open the app and select the folder with photos and videos you want to compress.
  2. Click the "Compress" button.
  3. Enjoy.

License

This project is licensed under the MIT License.