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.
- Host: GitHub
- URL: https://github.com/max-im/media-compressor
- Owner: Max-im
- License: mit
- Created: 2023-04-02T09:29:59.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2026-03-11T16:21:34.000Z (3 months ago)
- Last Synced: 2026-03-11T21:43:03.842Z (3 months ago)
- Topics: electron, nodejs, react, typescript
- Language: TypeScript
- Homepage: https://max-im.github.io/media-compressor/
- Size: 210 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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!