Releases: StuartCameronCode/VapourBox
VapourBox 0.3.0
What's New
Video Queue
- Batch processing: Add multiple videos to a queue for sequential processing
- Process your entire collection without manual intervention
Output Configuration
- Custom output directory: Choose where processed videos are saved
- Filename patterns: Configure output filenames with variables like
{original},{date}, etc.
Compatibility
- NTSC DV support: Automatically convert 4:1:1 chroma to 4:2:2 for filter compatibility
Full Changelog: https://github.com/StuartCameron/VapourBox/compare/v0.2.1...v0.3.0
Dependencies: Uses deps-v1.0.0 (auto-downloaded on first run)
🤖 Generated with Claude Code
VapourBox 0.2.1
What's New
Bug Fixes & Improvements
- Fix preview generation working directory for dependency paths
- Add delay before worker exit to ensure completion message is received
- Remove legacy qtgmc_template fallback and fix dev path security
- Add audio codec compatibility warning dialog and full E2E tests
- Document dev vs production build strategy for dependency location
macOS
- Build for Apple Silicon (arm64) only - Intel Mac support removed
- Fixed release script version parsing
Downloads
- macOS (Apple Silicon):
VapourBox-0.2.1-macos-arm64.zip(~32 MB) - Windows (x64):
VapourBox-0.2.1-windows-x64.zip(~32 MB)
Installation
macOS
- Download and unzip
VapourBox-0.2.1-macos-arm64.zip - Move
VapourBox.appto your Applications folder - On first launch, dependencies (~94 MB) will be downloaded automatically
Windows
- Download and unzip
VapourBox-0.2.1-windows-x64.zip - Run
vapourbox.exe - On first launch, dependencies (~185 MB) will be downloaded automatically
Dependencies
Uses dependencies from: deps-v1.0.0
VapourBox 0.2.0
VapourBox 0.2.0
Cross-platform video restoration application using VapourSynth.
Changes
- Switch from http to rhttp for Windows certificate support
- Security: Only check development paths in debug builds
- Fix macOS deps storage location to use Application Support
- Reorganize Settings dialog into Input and Output tabs
- Update README with screenshot and improved description
Downloads
| Platform | Download |
|---|---|
| macOS (Apple Silicon) | VapourBox-0.2.0-macos-arm64.zip |
| Windows (x64) | VapourBox-0.2.0-windows-x64.zip |
Installation
- Download the zip for your platform
- Extract and run the app
- Dependencies (~100-180 MB) will be automatically downloaded on first launch
Note: Uses dependencies from deps-v1.0.0
🤖 Generated with Claude Code
VapourBox 0.1.0
A user-friendly wrapper for VapourSynth that makes video processing accessible to everyone.
What is VapourBox?
VapourBox provides a simple drag-and-drop interface for powerful video processing tasks that normally require scripting knowledge. Convert interlaced footage, apply QTGMC deinterlacing, reduce noise, and fix common video problems—no command line needed.
Features
- QTGMC deinterlacing - Industry-standard deinterlacing with full parameter control
- Multi-pass restoration pipeline - Denoise, sharpen, dehalo, deblock, deband
- Real-time preview - Side-by-side before/after comparison
- Timeline with zoom - Navigate and set in/out points for partial exports
- Multiple output codecs - ProRes, FFV1, H.264, H.265
- Preset system - Save and reuse your filter configurations
Use Cases
- Convert interlaced video to progressive
- Clean up noisy or soft footage
- Archive DVDs with proper deinterlacing
- Restore VHS captures
Platforms
- macOS ARM64 (Apple Silicon)
- Windows x64
Installation
- Download the zip for your platform
- Extract and run
- Dependencies (~94 MB macOS, ~183 MB Windows) download automatically on first launch
Requirements
- macOS 11+ (Apple Silicon) or Windows 10/11 (x64)
- Internet connection for first launch
Dependencies v1.0.0
VapourBox Dependencies v1.0.0
Self-contained dependencies for VapourBox video restoration.
Included Components
-
VapourSynth R73 with plugins:
- BestSource (frame-accurate video source)
- MVTools (motion estimation)
- ZNEDI3/NNEDI3CL (neural network interpolation)
- EEDI3 (edge-directed interpolation)
- DFTTest, FFT3DFilter (FFT-based denoising)
- neo-f3kdb (debanding)
- CAS (contrast adaptive sharpening)
- And more...
-
FFmpeg (latest GPL build)
-
Python packages: havsfunc, mvsfunc
Platforms
| Platform | Size | SHA256 |
|---|---|---|
| Windows x64 | 175 MB | 0fbe31b8... |
| macOS ARM64 | 75 MB | bdb4555d... |
🤖 Generated with Claude Code
