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

https://github.com/max-im/media-compressor

Media Compressor is a free, user-friendly application designed to simplify media file compression. Built with React and TypeScript, this lightweight tool helps you reduce file sizes without compromising quality.
https://github.com/max-im/media-compressor

electron nodejs react typescript

Last synced: 2 months ago
JSON representation

Media Compressor is a free, user-friendly application designed to simplify media file compression. Built with React and TypeScript, this lightweight tool helps you reduce file sizes without compromising quality.

Awesome Lists containing this project

README

          

# Media Compressor
> A simple image and video size reducer for efficient file compression.

## Table of Contents
- [License](#license)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [Features](#features)
- [Roadmap](#roadmap)
- [Contact](#contact)

## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.

## Installation

Make sure you have 20 Node.js version or heigher:
```
export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
nvm use 20
```

To install the necessary dependencies, run:

```bash
cd app
npm install
```

## Usage
To start the application locally, use the following command:

```
npm run dev
```

## Features
- Image Compression: Reduce image file sizes without compromising quality.
- Video Compression: Compress video files efficiently for faster uploads and sharing.
- UI Components: User-friendly interface for smooth user experience.
- Progress Tracking: Real-time progress for file processing.


## Contact
For any inquiries or feedback, please contact the project maintainer:

Name: Maksym Pozhydaiev
Email: pogidaevmo@gmail.com
LinkedIn: https://www.linkedin.com/in/max-im
Feel free to reach out if you encounter any issues or need assistance!