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 and MacOS 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.0 Windows 64-bit 15MB Win64
Download VapourBox 0.9.0 Mac Silicon ARM 64-bit 12MB MacARM64
Download old versions
Software License
Supported operating systems
Version history / Release notes / Changelog / What's New
VapourBox 0.9.0
What's New
DVD Disc Import
Import directly from DVD discs, VIDEO_TS folders, and ISO images. VapourBox extracts individual titles using libdvdread, with progress tracking and automatic cleanup of temp files. CSS decryption supported if the user installs libdvdcss separately.
OpenCL GPU Acceleration on macOS
QTGMC now automatically uses NNEDI3CL (OpenCL GPU) on macOS, where the CPU-only ZNEDI3/NNEDI3 plugins lack ARM NEON optimisations and run pure scalar C. This significantly speeds up the interpolation step on Apple Silicon.
Replace BestSource/FFMS2 with FFmpeg Pipe Source
BestSource's frame-accurate seeking could cause A/V desync on certain sources. This release replaces the entire source chain with a single FFmpeg pipe architecture:
No more slow indexing — FFmpeg pipe starts immediately, no frame index needed
Consistent preview and encode paths — preview uses the identical pipeline as conversion
Preview respects encoding settings — chroma subsampling and other parameters reflected in previews
Advanced QTGMC Parameters Overhaul
All advanced QTGMC parameters are now optional with proper defaults matching havsfunc internals. When a checkbox is unchecked, the parameter is omitted entirely — letting QTGMC use its own preset-driven defaults (matching how tools like Hybrid handle these settings).
30 advanced parameters (TrueMotion, GlobalMotion, DCT, SubPelInterp, ThSAD1/2, ThSCD1/2, etc.) are now optional — previously always passed even when untouched
All optional parameter defaults match the actual havsfunc function signatures, not custom presets
User-adjusted values are preserved when disabling and re-enabling a parameter checkbox
5 parameters (Str, Amp, FastMA, ESearchP, RefineMotion) were not being passed to the script at all — now properly wired through
Bug Fixes
Fix advanced settings optional parameter checkboxes not toggling (#4) — optional params had null defaults, so clicking the checkbox called onChanged(null) which kept the parameter disabled
Fix 4 VapourSynth parameter name mismatches in deinterlace schema (BlockSizeBlocksize, SBBSbb, Devicedevice, OpenCLopencl) that caused silent parameter drops
Remove non-existent vinverseScl parameter from Vinverse filter (havsfunc Vinverse only has sstr, amnt, chroma)
Fix all filter schema defaults to match actual havsfunc function signatures (dehalo, noise_reduction, sharpen, deband, chroma_fixes)
Fix display aspect ratio for anamorphic DVD previews (SAR correction)
Fix queue info dialog overflow when showing long DVD extraction logs
Fix ffmpeg reading full audio track when exporting trimmed segments
Fix orphaned vspipe process on cancel by calling vspipe-bin directly
Fix progress tracking showing wrong frame count when trimming with in/out points
Fix phase-aware progress tracking for telecine pipeline
Fix whisper deadlock on long videos and subtitle-only output path bugs
Fix pipe_source.py not bundled in release builds
Embed VapourBox version in output file metadata and preserve source subtitles
Testing
Added schema-driven integration tests for all filter types (QTGMC, noise reduction, dehalo, deblock, deband, sharpen, chroma fixes, color correction)
Tests verify every optional parameter name and value in the generated VapourSynth script against the filter schema
Basic-mode test verifies no advanced parameters leak into the script when Advanced mode is off
12 new integration tests, all passing
Internal
QTGMC parameters are now nullable — null means "let the preset decide" vs an explicit user override
lastOptionalValues in DynamicParameters preserves user values across disable/re-enable cycles
Renamed RestorationPipeline ProcessingPipeline across codebase
Filter category restoration cleanup
Removed FFMS2 and BestSource dependencies entirely — smaller dependency footprint
Patched havsfunc EEDI3CL fallback for modern eedi3m plugin (no OpenCL EEDI3)
What's New
DVD Disc Import
Import directly from DVD discs, VIDEO_TS folders, and ISO images. VapourBox extracts individual titles using libdvdread, with progress tracking and automatic cleanup of temp files. CSS decryption supported if the user installs libdvdcss separately.
OpenCL GPU Acceleration on macOS
QTGMC now automatically uses NNEDI3CL (OpenCL GPU) on macOS, where the CPU-only ZNEDI3/NNEDI3 plugins lack ARM NEON optimisations and run pure scalar C. This significantly speeds up the interpolation step on Apple Silicon.
Replace BestSource/FFMS2 with FFmpeg Pipe Source
BestSource's frame-accurate seeking could cause A/V desync on certain sources. This release replaces the entire source chain with a single FFmpeg pipe architecture:
No more slow indexing — FFmpeg pipe starts immediately, no frame index needed
Consistent preview and encode paths — preview uses the identical pipeline as conversion
Preview respects encoding settings — chroma subsampling and other parameters reflected in previews
Advanced QTGMC Parameters Overhaul
All advanced QTGMC parameters are now optional with proper defaults matching havsfunc internals. When a checkbox is unchecked, the parameter is omitted entirely — letting QTGMC use its own preset-driven defaults (matching how tools like Hybrid handle these settings).
30 advanced parameters (TrueMotion, GlobalMotion, DCT, SubPelInterp, ThSAD1/2, ThSCD1/2, etc.) are now optional — previously always passed even when untouched
All optional parameter defaults match the actual havsfunc function signatures, not custom presets
User-adjusted values are preserved when disabling and re-enabling a parameter checkbox
5 parameters (Str, Amp, FastMA, ESearchP, RefineMotion) were not being passed to the script at all — now properly wired through
Bug Fixes
Fix advanced settings optional parameter checkboxes not toggling (#4) — optional params had null defaults, so clicking the checkbox called onChanged(null) which kept the parameter disabled
Fix 4 VapourSynth parameter name mismatches in deinterlace schema (BlockSizeBlocksize, SBBSbb, Devicedevice, OpenCLopencl) that caused silent parameter drops
Remove non-existent vinverseScl parameter from Vinverse filter (havsfunc Vinverse only has sstr, amnt, chroma)
Fix all filter schema defaults to match actual havsfunc function signatures (dehalo, noise_reduction, sharpen, deband, chroma_fixes)
Fix display aspect ratio for anamorphic DVD previews (SAR correction)
Fix queue info dialog overflow when showing long DVD extraction logs
Fix ffmpeg reading full audio track when exporting trimmed segments
Fix orphaned vspipe process on cancel by calling vspipe-bin directly
Fix progress tracking showing wrong frame count when trimming with in/out points
Fix phase-aware progress tracking for telecine pipeline
Fix whisper deadlock on long videos and subtitle-only output path bugs
Fix pipe_source.py not bundled in release builds
Embed VapourBox version in output file metadata and preserve source subtitles
Testing
Added schema-driven integration tests for all filter types (QTGMC, noise reduction, dehalo, deblock, deband, sharpen, chroma fixes, color correction)
Tests verify every optional parameter name and value in the generated VapourSynth script against the filter schema
Basic-mode test verifies no advanced parameters leak into the script when Advanced mode is off
12 new integration tests, all passing
Internal
QTGMC parameters are now nullable — null means "let the preset decide" vs an explicit user override
lastOptionalValues in DynamicParameters preserves user values across disable/re-enable cycles
Renamed RestorationPipeline ProcessingPipeline across codebase
Filter category restoration cleanup
Removed FFMS2 and BestSource dependencies entirely — smaller dependency footprint
Patched havsfunc EEDI3CL fallback for modern eedi3m plugin (no OpenCL EEDI3)
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 (30)
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 (208)
MacOS Video Tools (243)
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 (28)
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 (208)
MacOS Video Tools (243)
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 (28)
Screenshots , Thumbnails (13)
Subtitle Editors, Converters (72)
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 (49)
Video Repair, Fix (24)
Video Scripting (10)
Video Streaming (21)
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 (49)
Video Repair, Fix (24)
Video Scripting (10)
Video Streaming (21)
Video Streaming Downloaders (101)
