https://github.com/tahsinature/hardbrake
HardBrake is a cross-platform audio & video compression tool that is super easy to use.
https://github.com/tahsinature/hardbrake
audio compression compressor encoder encoding handbrake handbrakecli video video-processing
Last synced: 5 months ago
JSON representation
HardBrake is a cross-platform audio & video compression tool that is super easy to use.
- Host: GitHub
- URL: https://github.com/tahsinature/hardbrake
- Owner: tahsinature
- License: mit
- Created: 2023-02-17T06:56:20.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-01T15:54:36.000Z (over 1 year ago)
- Last Synced: 2025-04-30T12:32:09.031Z (about 1 year ago)
- Topics: audio, compression, compressor, encoder, encoding, handbrake, handbrakecli, video, video-processing
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/hardbrake
- Size: 2.66 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# HardBrake
HardBrake is a wrapper around [HandBrake CLI](https://github.com/HandBrake/HandBrake) for encoding multiple files with ease. HardBrake lets you encode multiple files at once and shows the progress for each file. With HardBrake, you don't have to encode each file individually, saving you time and effort. While it is not concurrent at this moment, HardBrake is still a useful tool for encoding your files. Give HardBrake a try and see how it can make your file encoding workflow more efficient.
## Demo 🎬
With Handbrake

With HardBrake

## Installation
Install via bun:
```sh
bun install --global hardbrake
```
Or, directly run via bun:
```sh
bunx hardbrake
```
To specify a version:
```sh
bunx hardbrake@latest (or any version)
```
## Usage
```sh
hardbrake
```
## License
HardBrake is licensed under the MIT License. See the LICENSE file for more information.