← All Projects
Windows Tooling

FFmpeg Context Menu

FFmpeg is one of the most powerful media tools ever built — and completely invisible to most people because it has no GUI. This puts it in your right-click menu.

Select any audio or video file in Windows Explorer, right-click, choose FFmpeg Convert, pick a format from the dark GUI, and watch the progress window fill up. No terminal, no dragging files into apps, no re-encoding the wrong settings.

Windows 10/11 · No admin rights required · ffmpeg auto-downloaded on install

Install in 2 Steps

1

Download FFmpegConvertSetup.exe and run it — no admin prompt.

2

The installer fetches ffmpeg automatically if you don't have it. Done. Right-click any audio or video file to use it.

Supported Formats

Audio

MP3WAVFLACAACExtract Audio → MP3Extract Audio → WAV

Video

MP4 / x264MKV / x264WebM / VP9

Features

Format Picker GUI

A dark-themed Windows Forms dialog opens before any conversion starts. Pick your output format, confirm, and FFmpeg does the rest. No command line, no config files.

Parallel Conversion

Up to 4 simultaneous conversion jobs, capped to your CPU core count. Batch-select 20 files and they all process at once instead of one at a time.

Live Progress Window

Per-file status updates in real time: Queued → Converting → Done / Failed. File size before and after is shown for each job so you can see exactly how much space you saved.

Sample Rate Preservation

ffprobe reads the source sample rate before conversion and passes it through to the output. Floored at 44100 Hz — your audio never gets silently downsampled.

Originals Kept Safe

On success, original files are moved into a preconvert/ subfolder next to the output — never deleted. If something goes wrong you still have the source.

Auto ffmpeg Download

The installer checks for a compatible ffmpeg build and downloads it automatically if not found or outdated. You never have to manage FFmpeg binaries yourself.

No Admin Rights Required

All registry entries are written to HKCU (current user only). Installs and uninstalls cleanly without elevation. Works on locked-down machines.

Multi-file Selection

Select any number of files in Explorer — the context menu entry appears regardless. All selected files are queued into the same conversion job.

To uninstall: run uninstall.ps1 from %LOCALAPPDATA%\FFmpegMenu\ — removes context menu entries and cleans up registry.

Stack

PowerShellWindows FormsFFmpegffprobeVBScriptHKCU RegistryIExpress Installer