Help us keep the list up to date and submit new video software here.
Tool
Description
Type
Rating
Reviews
VapourBox is a user-friendly wrapper for VapourSynth for Windows, MacOS and Linux that makes video processing accessible to everyone. Convert between video formats, apply QTGMC deinterlacing, reduce noise, and fix common video problems—all through a simple drag-and-drop interface. No scripting required. No command line needed. Just drop your video and go.
Free software
OS:
File size: 14MB
Portable version
Old versions
Version history
OS:
File size: 14MB
Portable version
Old versions
Version history
Latest version
Download
Download VapourBox 0.9.11 Windows 64-bit 16MB Win64
Download VapourBox 0.9.11 Mac Silicon ARM 64-bit 13MB MacARM64
Download VapourBox 0.9.11 Mac Intel 64-bit 14MB Mac64
Download VapourBox 0.9.11 Linux 64-bit 13MB Linux64
Download other versions
Download old versions
Software License
Supported operating systems
Version history / Release notes / Changelog / What's New
VapourBox 0.9.11
Changes since 0.9.10.
Interface
Filter settings now expand in place. Tap a pass and its controls appear directly beneath it, right next to the filter they belong to, instead of in a separate panel below the list — tap again to collapse. The panels are resizable, so the preview and the pass list get whatever share of the window you want.
Every filter explains itself. Each one leads with a one-line summary and a More expander covering what it actually does and when you'd reach for it. All twelve built-in filters have one, so you no longer have to guess from a parameter name.
Choose where scratch files go. Settings General Temporary Files sends generated scripts, job config, preview frames and extracted DVD titles wherever you like, and puts them back to the system default. A DVD rip alone can need several gigabytes, which is a problem when system temp sits on a small or slow volume.
Report a bug without leaving the app. Settings General gains "Report a bug or give feedback", which opens the issue tracker, with About moved in beside it. The toolbar is left with just the controls that act on the current job.
New processing features
Chroma Denoise (CCD). A new pass built on the Camcorder Colour Denoise filter, for the blotchy colour noise on VHS captures and old camcorder footage. It never touches luma, so it can be pushed far harder than a general denoiser before the picture starts to soften. (#50)
Halo, ring and ghost removal. Dehalo gains four methods — Fine Dehalo 2, Edge Cleaner, and Vinverse / Vinverse 2 for the vertical comb-and-ghost residue a deinterlacer leaves behind — plus the sensitivity, supersampling, mask-limit, contra-sharpening and edge-processing controls that were previously unreachable. (#50)
White balance. Temperature (warm/cool) and Tint (green/magenta), alongside the existing brightness, contrast, saturation, hue and levels. (#50)
MCDegrainSharp denoising. Didée's motion-compensated degrain, which sharpens where the motion match is confident and softens where it isn't. Also written MDegrainSharpen. (#50)
Aspect ratio control. Square up anamorphic pixels, force a display aspect for a source whose flag is wrong, or letterbox to an exact target size. (#50)
Edge-directed upscaling controls. Full neuron, neighbourhood, quality and prescreener settings for NNEDI3 and EEDI3, plus seven resampling kernels with per-kernel tuning. (#50)
Wider source support. 4:1:1 (NTSC DV), 4:1:0, 9/12/14-bit, RGB and grayscale sources all import now, and anything unrecognised is converted rather than rejected. (#50)
Higher-quality interlaced chroma, on request. Interlaced 4:2:0 stores chroma per field, so interpolating at 4:2:0 mixes the two fields together. The deinterlace pass can convert to 4:2:2 first, and separately run at 16-bit to avoid rounding accumulated across QTGMC's many internal steps. Both are off by default: the chroma option costs roughly 30% throughput (measured 35 24 fps) for a gain that is subtle on most material, so the trade-off is yours to make. (#49)
Fixes
QTGMC's Placebo and Very Slow presets no longer brighten the picture on Apple Silicon, and Draft no longer comes out nearly black. The cause was in fmtconv, not QTGMC: its non-SIMD integer scaler applied sign-conversion constants meant for the SSE2/AVX2 paths, so any resample below 16-bit returned a black plane on builds without x86 SIMD. That destroyed the Bob() call feeding QTGMC's noise pass — which only Placebo and Very Slow enable by default — and Draft's interpolation. Affected Apple Silicon and arm64 Linux; Windows and Intel Macs were never affected.
NTSC DV files could not be imported at all. Any source whose pixel format wasn't one of twelve recognised names failed the whole job — 4:1:1 DV, ProRes 4444, RGB, grayscale and hardware-decoder formats among them. (#50)
The EEDI3 upscale was never EEDI3. Selecting it silently performed a plain Spline36 resize. (#50)
NNEDI3 upscaling was misaligned. Every upscale was offset by a quarter of a source pixel on both axes, with chroma additionally misaligned against luma on 4:2:0. (#50)
Resizing dropped the pixel aspect ratio. An anamorphic source resized to a new width came out the wrong shape, with no error. (#50)
FineDehalo now uses its documented edge-mask thresholds. The Low/High Threshold controls (thmi/thma) defaulted to 50/100 — values belonging to a different pair of parameters — and were passed on every run, so FineDehalo never behaved as havsfunc documents. They now default to 80/128. Saved presets keep whatever they were saved with; only a newly enabled FineDehalo pass is affected. (#50)
AMD AMF encoders were reported as broken. The availability probe encoded a 64x64 frame, which AMF rejects outright because hardware encoders have minimum dimensions; it now probes at 512x512. AMF's ffmpeg arguments were also hardened against a crash under constant-quality mode. (#51)
Field order is derived once. SetFieldBased overrides QTGMC's own TFF argument, so deriving the two separately let autodetection silently override your field-order choice, and let the preview deinterlace differently from the final render. Both now come from one value. An unsupported ChromaEdi setting is also dropped rather than passed through, where it used to corrupt chroma badly. (#49)
The macOS title bar is no longer see-through. The window was configured with a transparent background, so nothing painted behind the native title bar and it rendered as floating text over whatever sat behind the window. Present since the Flutter migration; visible on macOS 26.
Stalled jobs fail instead of hanging forever. A wedged pipeline used to spin with no progress, no completion and no diagnostics; it now gives up and reports which stage stopped. (#50)
Dependency problems are reported when they happen. The installer checked that files existed, which a macOS-quarantined install satisfies perfectly — so it reported success and then failed much later with an opaque "signal 9". It now checks the dependencies actually run, and names the fix. (#50)
Numeric dropdowns (DeScratch modes, SpotLess pel) could throw when changed. (#50)
Changes since 0.9.10.
Interface
Filter settings now expand in place. Tap a pass and its controls appear directly beneath it, right next to the filter they belong to, instead of in a separate panel below the list — tap again to collapse. The panels are resizable, so the preview and the pass list get whatever share of the window you want.
Every filter explains itself. Each one leads with a one-line summary and a More expander covering what it actually does and when you'd reach for it. All twelve built-in filters have one, so you no longer have to guess from a parameter name.
Choose where scratch files go. Settings General Temporary Files sends generated scripts, job config, preview frames and extracted DVD titles wherever you like, and puts them back to the system default. A DVD rip alone can need several gigabytes, which is a problem when system temp sits on a small or slow volume.
Report a bug without leaving the app. Settings General gains "Report a bug or give feedback", which opens the issue tracker, with About moved in beside it. The toolbar is left with just the controls that act on the current job.
New processing features
Chroma Denoise (CCD). A new pass built on the Camcorder Colour Denoise filter, for the blotchy colour noise on VHS captures and old camcorder footage. It never touches luma, so it can be pushed far harder than a general denoiser before the picture starts to soften. (#50)
Halo, ring and ghost removal. Dehalo gains four methods — Fine Dehalo 2, Edge Cleaner, and Vinverse / Vinverse 2 for the vertical comb-and-ghost residue a deinterlacer leaves behind — plus the sensitivity, supersampling, mask-limit, contra-sharpening and edge-processing controls that were previously unreachable. (#50)
White balance. Temperature (warm/cool) and Tint (green/magenta), alongside the existing brightness, contrast, saturation, hue and levels. (#50)
MCDegrainSharp denoising. Didée's motion-compensated degrain, which sharpens where the motion match is confident and softens where it isn't. Also written MDegrainSharpen. (#50)
Aspect ratio control. Square up anamorphic pixels, force a display aspect for a source whose flag is wrong, or letterbox to an exact target size. (#50)
Edge-directed upscaling controls. Full neuron, neighbourhood, quality and prescreener settings for NNEDI3 and EEDI3, plus seven resampling kernels with per-kernel tuning. (#50)
Wider source support. 4:1:1 (NTSC DV), 4:1:0, 9/12/14-bit, RGB and grayscale sources all import now, and anything unrecognised is converted rather than rejected. (#50)
Higher-quality interlaced chroma, on request. Interlaced 4:2:0 stores chroma per field, so interpolating at 4:2:0 mixes the two fields together. The deinterlace pass can convert to 4:2:2 first, and separately run at 16-bit to avoid rounding accumulated across QTGMC's many internal steps. Both are off by default: the chroma option costs roughly 30% throughput (measured 35 24 fps) for a gain that is subtle on most material, so the trade-off is yours to make. (#49)
Fixes
QTGMC's Placebo and Very Slow presets no longer brighten the picture on Apple Silicon, and Draft no longer comes out nearly black. The cause was in fmtconv, not QTGMC: its non-SIMD integer scaler applied sign-conversion constants meant for the SSE2/AVX2 paths, so any resample below 16-bit returned a black plane on builds without x86 SIMD. That destroyed the Bob() call feeding QTGMC's noise pass — which only Placebo and Very Slow enable by default — and Draft's interpolation. Affected Apple Silicon and arm64 Linux; Windows and Intel Macs were never affected.
NTSC DV files could not be imported at all. Any source whose pixel format wasn't one of twelve recognised names failed the whole job — 4:1:1 DV, ProRes 4444, RGB, grayscale and hardware-decoder formats among them. (#50)
The EEDI3 upscale was never EEDI3. Selecting it silently performed a plain Spline36 resize. (#50)
NNEDI3 upscaling was misaligned. Every upscale was offset by a quarter of a source pixel on both axes, with chroma additionally misaligned against luma on 4:2:0. (#50)
Resizing dropped the pixel aspect ratio. An anamorphic source resized to a new width came out the wrong shape, with no error. (#50)
FineDehalo now uses its documented edge-mask thresholds. The Low/High Threshold controls (thmi/thma) defaulted to 50/100 — values belonging to a different pair of parameters — and were passed on every run, so FineDehalo never behaved as havsfunc documents. They now default to 80/128. Saved presets keep whatever they were saved with; only a newly enabled FineDehalo pass is affected. (#50)
AMD AMF encoders were reported as broken. The availability probe encoded a 64x64 frame, which AMF rejects outright because hardware encoders have minimum dimensions; it now probes at 512x512. AMF's ffmpeg arguments were also hardened against a crash under constant-quality mode. (#51)
Field order is derived once. SetFieldBased overrides QTGMC's own TFF argument, so deriving the two separately let autodetection silently override your field-order choice, and let the preview deinterlace differently from the final render. Both now come from one value. An unsupported ChromaEdi setting is also dropped rather than passed through, where it used to corrupt chroma badly. (#49)
The macOS title bar is no longer see-through. The window was configured with a transparent background, so nothing painted behind the native title bar and it rendered as floating text over whatever sat behind the window. Present since the Flutter migration; visible on macOS 26.
Stalled jobs fail instead of hanging forever. A wedged pipeline used to spin with no progress, no completion and no diagnostics; it now gives up and reports which stage stopped. (#50)
Dependency problems are reported when they happen. The installer checked that files existed, which a macOS-quarantined install satisfies perfectly — so it reported success and then failed much later with an opaque "signal 9". It now checks the dependencies actually run, and names the fix. (#50)
Numeric dropdowns (DeScratch modes, SpotLess pel) could throw when changed. (#50)
View full changelog
All features
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
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
Sections/Browse similar tools
Guides and How to's
Notify me when software updated or report software
| 2 reviews, Showing 1 to 2 reviews |
After working with Hybrid, which is a good interface, I'd say VapourBox is a nice change when it comes to quick projects. Some more filters for dealing with old tapes and films, would make it even better.
Review by Brandonaz on
Mar 20, 2026 Version: 0.8.0
OS: Windows 10 64-bit Ease of use: 8/10
Functionality: 7/10
Value for money: 10/10
Overall: 8/10
I cut a sample section of a screen recorded movie using AviDemux to test the outcome of this software, using drag & drop I deselected deinterlace & selected sharpen. The output was listed as deinterlaced with no audio despite it being checked to copy original audio.
Review by on
Jan 19, 2026 Version: VapourBox 0.2.0
OS: Windows 11 64-bit Ease of use: -/10
Functionality: -/10
Value for money: -/10
Overall: 5/10
| 2 reviews, Showing 1 to 2 reviews |
| 1 tool hits, Showing 1 to 1 tools |
Explanation:
NEW SOFTWARE= New tool since your last visit
NEW VERSION= New version since your last visit
NEW REVIEW= New review since your last visit
NEW VERSION= New version
Latest version
Version number / Beta version number / Update version number and when it whas released.
Type and download
NO MORE UPDATES? = The software hasn't been updated in over 2 years.
NO LONGER DEVELOPED = The software hasn't been updated in over 5 years.
RECENTLY UPDATED = The software has been updated the last 31 days.
Freeware = Download Free software.
Freeware Trialware = Download Free software but some parts are trial/shareware.
Free software = Download Free software and also open source code also known as FOSS (Free and Open Source Software).
Free software Trialware = Download Free software and also open source code but some parts are trial/shareware.
Freeware Ads = Download Free software but supported by advertising, usually with a included browser toolbar. It may be disabled when installing or after installation.
Free software Ads = Free Download software and open source code but supported by advertising, usually with a included browser toolbar. It may be disabled when installing or after installation.
Trialware = Also called shareware or demo. Free Trial version available for download and testing with usually a time limit or limited functions.
Payware = No demo or trial available.
Portable version = A portable/standalone version is available. No installation is required.
v1.0.1 = Latest version available.
Download beta = It could be a Beta, RC(Release Candidate) or an Alpha / Nightly / Unstable version of the software.
Download 15MB = A direct link to the software download.
Win = Windows download version for 32-bit and 64-bit Windows.
Win64 = Windows 64-bit download version for 64-bit Windows.
WinARM64 = Windows 64-bit ARM download version for Windows ARM64/AArch64.
Mac = Mac download version for 64-bit Mac OS Intel/ARM64/AArch64.
MacARM64 = Mac Silicon download version for 64-bit Mac OS ARM64/AArch64.
Mac64 = Mac OS download version for 64-bit Intel Mac OS.
Linux = Linux download version.
Linux64 = Linux download version for 64bit Linux.
Linux ARM = Linux download version for Linux ARM64/AArch64.
Portable = Portable version. No installation is required.
Ad-Supported = The software is bundled with advertising. Be careful when you install the software and disable addons that you don't want!
Visit developers site = A link to the software developer site.
Download (mirror link) = A mirror link to the software download. It may not contain the latest versions.
Download old versions = Free downloads of previous versions of the program.
Download 64-bit version = If you have a 64bit operating system you can download this version.
Download portable version = Portable/Standalone version meaning that no installation is required, just extract the files to a folder and run directly.
Portable version available = Download the portable version and you can just extract the files and run the program without installation.
Old versions available = Download old versions of the program.
Version history available = Complete changelog on our site.
= Windows version available.
= Mac OS version available.
= Linux version available.
Our hosted software are virus and malware scanned with several antivirus programs using www.virustotal.com. (NOTE! Just one virustotal warning is 99.9% a false positive. And some software might receive 2-6 warnings but it's if they are not all same virus/trojan then it's 99% false positives.)
Rating
Rating from 0-10.
NEW SOFTWARE= New tool since your last visit
NEW VERSION= New version since your last visit
NEW REVIEW= New review since your last visit
NEW VERSION= New version
Latest version
Version number / Beta version number / Update version number and when it whas released.
Type and download
NO MORE UPDATES? = The software hasn't been updated in over 2 years.
NO LONGER DEVELOPED = The software hasn't been updated in over 5 years.
RECENTLY UPDATED = The software has been updated the last 31 days.
Freeware = Download Free software.
Freeware Trialware = Download Free software but some parts are trial/shareware.
Free software = Download Free software and also open source code also known as FOSS (Free and Open Source Software).
Free software Trialware = Download Free software and also open source code but some parts are trial/shareware.
Freeware Ads = Download Free software but supported by advertising, usually with a included browser toolbar. It may be disabled when installing or after installation.
Free software Ads = Free Download software and open source code but supported by advertising, usually with a included browser toolbar. It may be disabled when installing or after installation.
Trialware = Also called shareware or demo. Free Trial version available for download and testing with usually a time limit or limited functions.
Payware = No demo or trial available.
Portable version = A portable/standalone version is available. No installation is required.
v1.0.1 = Latest version available.
Download beta = It could be a Beta, RC(Release Candidate) or an Alpha / Nightly / Unstable version of the software.
Download 15MB = A direct link to the software download.
Win = Windows download version for 32-bit and 64-bit Windows.
Win64 = Windows 64-bit download version for 64-bit Windows.
WinARM64 = Windows 64-bit ARM download version for Windows ARM64/AArch64.
Mac = Mac download version for 64-bit Mac OS Intel/ARM64/AArch64.
MacARM64 = Mac Silicon download version for 64-bit Mac OS ARM64/AArch64.
Mac64 = Mac OS download version for 64-bit Intel Mac OS.
Linux = Linux download version.
Linux64 = Linux download version for 64bit Linux.
Linux ARM = Linux download version for Linux ARM64/AArch64.
Portable = Portable version. No installation is required.
Ad-Supported = The software is bundled with advertising. Be careful when you install the software and disable addons that you don't want!
Visit developers site = A link to the software developer site.
Download (mirror link) = A mirror link to the software download. It may not contain the latest versions.
Download old versions = Free downloads of previous versions of the program.
Download 64-bit version = If you have a 64bit operating system you can download this version.
Download portable version = Portable/Standalone version meaning that no installation is required, just extract the files to a folder and run directly.
Portable version available = Download the portable version and you can just extract the files and run the program without installation.
Old versions available = Download old versions of the program.
Version history available = Complete changelog on our site.
Our hosted software are virus and malware scanned with several antivirus programs using www.virustotal.com. (NOTE! Just one virustotal warning is 99.9% a false positive. And some software might receive 2-6 warnings but it's if they are not all same virus/trojan then it's 99% false positives.)
Rating
Rating from 0-10.
Browse software by sections
All In One Blu-ray Converters (9)
All In One DVD Converters (12)
All In One MKV to MP4, Blu-ray, UHD (11)
All In One Video Converters (19)
Animation (3D, 2D Animation) (12)
Audio Editors (22)
Audio Encoders (80)
Audio Players (19)
Authoring (Blu-ray, UHD, AVCHD) (13)
Authoring (DivX) (4)
Authoring (DVD) (26)
Authoring (SVCD, VCD) (9)
Bitrate Calculators (7)
Blu-ray to AVI, MKV, MP4 (15)
Blu-ray to Blu-ray, AVCHD (10)
Burn (CD,DVD,Blu-ray) (24)
Camcorders, DV, HDV, AVCHD (31)
Capture TV, DVD, VCR (30)
CD, DVD, Blu-ray recovery (3)
Codec Packs (6)
All In One DVD Converters (12)
All In One MKV to MP4, Blu-ray, UHD (11)
All In One Video Converters (19)
Animation (3D, 2D Animation) (12)
Audio Editors (22)
Audio Encoders (80)
Audio Players (19)
Authoring (Blu-ray, UHD, AVCHD) (13)
Authoring (DivX) (4)
Authoring (DVD) (26)
Authoring (SVCD, VCD) (9)
Bitrate Calculators (7)
Blu-ray to AVI, MKV, MP4 (15)
Blu-ray to Blu-ray, AVCHD (10)
Burn (CD,DVD,Blu-ray) (24)
Camcorders, DV, HDV, AVCHD (31)
Capture TV, DVD, VCR (30)
CD, DVD, Blu-ray recovery (3)
Codec Packs (6)
Codec, Video Identifiers (31)
Codecs (67)
Decrypters (DVD Rippers) (16)
Decrypters (UHD, Blu-ray Rippers) (8)
DigitalTV, DVB, IPTV (39)
DVD to DVD (20)
DVD to MP4, MKV, H264, H265 (16)
DVD to VCD, SVCD (5)
DVD to XviD, AVI, DivX (16)
ISO, Image (15)
Linux Video Tools (212)
MacOS Video Tools (245)
Media (Blu-ray, DVD, CD) (9)
Media Center, HTPC (24)
Other Useful Tools (140)
Photo Blu-ray, DVD, SlideShow (8)
Portable (Mobile, PSP) (35)
Region Free Tools (5)
Screen capture , Screen recording (26)
Screenshots , Thumbnails (13)
Codecs (67)
Decrypters (DVD Rippers) (16)
Decrypters (UHD, Blu-ray Rippers) (8)
DigitalTV, DVB, IPTV (39)
DVD to DVD (20)
DVD to MP4, MKV, H264, H265 (16)
DVD to VCD, SVCD (5)
DVD to XviD, AVI, DivX (16)
ISO, Image (15)
Linux Video Tools (212)
MacOS Video Tools (245)
Media (Blu-ray, DVD, CD) (9)
Media Center, HTPC (24)
Other Useful Tools (140)
Photo Blu-ray, DVD, SlideShow (8)
Portable (Mobile, PSP) (35)
Region Free Tools (5)
Screen capture , Screen recording (26)
Screenshots , Thumbnails (13)
Subtitle Editors, Converters (71)
Tag Editors (4)
Video De, Multiplexers (66)
Video Editors (Advanced, NLE) (35)
Video Editors (Basic) (56)
Video Editors (H264, MP4, MKV, MTS) (19)
Video Editors (Lossless) (4)
Video Editors (MPG, DVD) (16)
Video Editors (WMV, AVI) (15)
Video Encoders (AV1, VP8, VP9) (2)
Video Encoders (AVI, WMV) (38)
Video Encoders (H264, H265, MP4, MKV) (45)
Video Encoders (MPG, DVD) (23)
Video Encoders , Converters (155)
Video Frameservers (9)
Video Players (50)
Video Repair, Fix (24)
Video Scripting (10)
Video Streaming (20)
Video Streaming Downloaders (101)
Tag Editors (4)
Video De, Multiplexers (66)
Video Editors (Advanced, NLE) (35)
Video Editors (Basic) (56)
Video Editors (H264, MP4, MKV, MTS) (19)
Video Editors (Lossless) (4)
Video Editors (MPG, DVD) (16)
Video Editors (WMV, AVI) (15)
Video Encoders (AV1, VP8, VP9) (2)
Video Encoders (AVI, WMV) (38)
Video Encoders (H264, H265, MP4, MKV) (45)
Video Encoders (MPG, DVD) (23)
Video Encoders , Converters (155)
Video Frameservers (9)
Video Players (50)
Video Repair, Fix (24)
Video Scripting (10)
Video Streaming (20)
Video Streaming Downloaders (101)
