A sleek video speed & export utility for macOS
- 🚀 Speed Control — Export videos at 1×, 2×, 3×, or 4× playback speed
- 📺 Quality Options — Choose Original, 480p, 720p, or 1080p output
- 📂 Drag & Drop — Simply drop video files onto the app
- 📊 Real-time Progress — Circular progress indicator with estimated file size
- 🌙 Dark Mode — Deep, calming dark surfaces that let your content shine
- 🎨 Minimalist Design — Refined, typography-driven interface with subtle interactions
- 🔗 Open With Support — Right-click any video and select Open With → Tempo
- ⚡ Lightweight — Focused utility that does one thing exceptionally well
Note: Tempo is not notarized with Apple Developer ID. On first launch:
- Right-click on Tempo.app
- Click Open
- Click Open in the security dialog
- Download the
.dmgfile from above - Open the downloaded
Tempo.dmg - Drag
Tempo.appinto the adjacent Applications folder shortcut - Launch Tempo from
/Applications - Drop a video file onto the app, or right-click any video and choose Open With → Tempo
- Export — choose your speed and quality options, then export!
| Input | Output |
|---|---|
.mov |
.mp4 |
.mp4 |
.mp4 |
.avi |
.mp4 |
| QuickTime | H.264 |
# Clone the repository
git clone https://github.com/samirpatil2000/Tempo.git
cd Tempo
# Build the app and create a DMG
./build_dmg.shOr open Tempo.xcodeproj in Xcode and build normally.
- macOS 13.0 or later
- Xcode 15.0 or later
- Swift 5.9
Tempo/
├── TempoApp.swift # App entry point
├── Theme.swift # Colors, materials & animations
├── Models/
│ ├── AppState.swift # App state management
│ └── Resolution.swift # Speed & resolution enums
├── Processing/
│ └── VideoProcessor.swift # Video export engine
└── Views/
├── ContentView.swift # Main layout
├── DropZoneView.swift # Drag & drop zone
├── SelectorViews.swift # Segmented controls
└── ExportButtonView.swift # Export button & progress
Contributions are welcome! Feel free to:
- Report bugs
- Suggest features
- Submit pull requests
MIT License — feel free to use this project however you like.
Made with ❤️ for macOS


