Wingetlywingetly
← All apps

VidBatch

by High Motion Softwarev1.1.0

Last updated

VidBatch - is batch video processing tool for Windows.

Install with winget

$ winget install --id HighMotionSoftware.VidBatch --exact --version 1.1.0

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for VidBatch

VidBatch uses EXE (Inno Setup). The silent install switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.

One-line silent install (x64, machine scope)
setup-vidbatch-latest.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART

See the full silent install reference for VidBatch

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

VidBatch is a free batch video processing tool. First, add the desired video files to the processing list, then add tasks, adjust the parameters and process a bunch of your video files at once.

You can combine several tasks in the list and process them in one go! For example, you can resize and set the watermark to your video files in batch mode.

To speed up the processing, VidBatch works in multithreaded mode, taking the full power of your modern CPU.

Installers · v1.1.0

ArchitectureTypeScopeInstallDownload
x64EXE
Inno Setup
machineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for VidBatch.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • ImWatcherHigh Motion Software
    HighMotionSoftware.ImWatcherv1.5

    Personal video surveillance software for webcams and ip-cams

  • ImBatchHigh Motion Software
    HighMotionSoftware.ImBatchv7.6.4

    A multithreaded batch image processor for Windows.

  • BonAViewHigh Motion Software
    HighMotionSoftware.BonAViewv1.9.0

    An ultimate image managing and organizing tool

  • FFmpegGyan
    Gyan.FFmpegv9.0.1

    A complete, cross-platform solution to record, convert and stream audio and video.

  • yt-dlpyt-dlp
    yt-dlp.yt-dlpv2026.08.19

    A feature-rich command-line audio/video downloader.

  • Discord CanaryDiscord Inc.
    Discord.Discord.Canary.x86v1.0.328

    Your Place to Talk and Hang Out

More from High Motion Software or browse audio, convert, decode.

Frequently asked questions

How do I install VidBatch on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id HighMotionSoftware.VidBatch --exact --version 1.1.0. winget downloads the installer from High Motion Software and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install VidBatch silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id HighMotionSoftware.VidBatch --exact 1.1.0 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for VidBatch?
VidBatch uses EXE (Inno Setup). Run the downloaded installer with: setup-vidbatch-latest.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART. The silent switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.
How do I uninstall VidBatch via winget?
Run: winget uninstall --id HighMotionSoftware.VidBatch --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from VidBatch's Apps & Features entry.
Is VidBatch free?
VidBatch is distributed under Freeware. Refer to the publisher (https://www.highmotionsoftware.com/products/vidbatch) for the full license terms - Wingetly itself does not charge for installation.
Does VidBatch work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls VidBatch directly from the publisher.
How do I keep VidBatch up to date?
Run winget upgrade --id HighMotionSoftware.VidBatch --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of VidBatch from microsoft/winget-pkgs.