
RightClickConvert
A lightweight Windows app that converts video from the right-click menu. MP4/AVI → MP3, WAV and various MP4 codecs (H.264/H.265). Progress bar and installer.
C#.NETFFmpegWindowsInno Setup
What it does
Lets you right-click an .mp4 or .avi file and convert video straight from the menu, without opening a separate program.
How it works
- Context-menu integration: registers into the Windows shell on install; right-click → "Convert Video".
- FFmpeg engine: conversion runs via FFmpeg in the background based on the chosen target format/codec.
- Progress + safety: real-time progress bar; a warning if you close during an active conversion.
Formats
MP4 (H.264, H.265, MPEG4) · AVI · MP3 (audio extraction) · WAV. Installer built with Inno Setup (GitHub Releases).