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

https://github.com/hotsno/simple-video-compressor

Simple cross-platform video compressor app
https://github.com/hotsno/simple-video-compressor

electron video-compressor

Last synced: 4 months ago
JSON representation

Simple cross-platform video compressor app

Awesome Lists containing this project

README

          

# Simple Video Compressor

A simple video compressor. Pls recommend a real name.

![Screen Recording 2025-03-10 at 2 08 50 AM](https://github.com/user-attachments/assets/3787c5a1-dde9-410f-a28e-f31e6e5ab68d)

## Installation
Download the `.exe` or `.dmg` from the [releases tab](https://github.com/hotsno/simple-video-compressor/releases/)

> [!NOTE]
> On macOS, since this app isn't signed (I don't have a Apple Developer account), it may tell you the file is damaged. To fix
> this, run `xattr -c "/Applications/Simple Video Compressor.app"` in a terminal.

## Development

### Install

```bash
npm install
```

### Development

```bash
npm run dev
```

### Build

```bash
# For windows
npm run build:win

# For macOS
npm run build:mac

# For Linux
npm run build:linux
```