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
- Host: GitHub
- URL: https://github.com/hotsno/simple-video-compressor
- Owner: hotsno
- Created: 2025-03-07T22:04:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-10T11:56:38.000Z (over 1 year ago)
- Last Synced: 2025-07-21T03:42:44.677Z (11 months ago)
- Topics: electron, video-compressor
- Language: TypeScript
- Homepage:
- Size: 682 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Video Compressor
A simple video compressor. Pls recommend a real name.

## 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
```