Pared is a minimal native macOS app for making a video lighter without exposing compression machinery.
The experience is intentionally pure: open the app, drop a video or choose one file, pick one export style, convert, and finish with a small celebratory moment.
- Launch: a clean Liquid Glass window asks for a video.
- Selection: the whole window is the target; click anywhere or drop a file.
- Video selected: the video becomes a paused visual stage, never autoplaying.
- Style browsing: two large export styles float over a darkened mask.
- Style committed: both styles rise, the chosen one highlights, and only then does
Convertappear. - Converting: progress is a single quiet line across the video.
- Done: the app ends with a full-window celebration, one
Openaction, and a subtle reset affordance.
Smallest: aggressive compression for the smallest practical file.Visually Lossless: keeps perceived quality while reducing size.
- Single window.
- No settings.
- No codec UI.
- No bitrate UI.
- No file metadata panels.
- No estimated-size clutter.
- No autoplay after selection.
- FFmpeg only under the hood.
- Latest macOS Liquid Glass design language.
- Pure SwiftPM package; build and run from shell, no Xcode IDE required.
swift build./script/build_and_run.shPared expects ffmpeg to be available on PATH.
MIT
