Back to browse
VidShift – Free video converter that runs in the browser

VidShift – Free video converter that runs in the browser

by jgillyon·Feb 24, 2026·1 point·0 comments

AI Analysis

MidSolve My Problem

In-browser video converter with offline support, but remove.bg-style privacy angle is already standard for ffmpeg.wasm tools.

Strengths
  • Entirely local processing via WebCodecs + Mediabunny eliminates privacy concerns and upload delays—genuine value for sensitive content
  • Comprehensive toolkit (format conversion, compression, trimming, GIF generation, frame extraction) reduces tool fragmentation for common tasks
  • Offline-capable static site on Cloudflare Pages means zero server costs and maximum reliability—excellent infrastructure choice
Weaknesses
  • Browser-based video converters already exist with identical promises: CloudConvert, Ezgif, and dozens of ffmpeg.wasm wrappers all do this
  • Safari/Firefox codec support gaps limit audience; WebCodecs coverage fragmentation means real-world compatibility is lower than claimed
  • No differentiator over existing free tools—'no watermark' and 'offline' are now table stakes in this space
Category
Target Audience

Users needing quick video/audio conversion without uploads or watermarks; privacy-conscious creatives

Similar To

CloudConvert · Ezgif · Handbrake online

Post Description

I built a video converter/toolkit that processes everything locally in the browser using WebAssembly (via the Mediabunny library and WebCodecs).

No files are uploaded to any server. The whole thing is a static site on Cloudflare Pages. It even works offline via a service worker.

Tools included: format conversion (MP4/WebM/MKV/MOV/etc.), compression, trimming, video-to-GIF, MP4-to-MP3, mute, rotate/flip, speed change, and frame extraction.

Best experience is on Chrome/Edge due to broader WebCodecs support. Safari and Firefox work but have more limited codec coverage.

Would love feedback, especially from anyone who has worked with WebAssembly for media processing.

Similar Projects

A private, bulk audio converter using WASM (186x real-time speed)

Turns your browser into a local, multi-threaded audio farm: SIMD-optimized WebAssembly with SharedArrayBuffer and parallel Web Workers to batch-encode WAV/MP3/OGG at near-native speeds while keeping files on your machine. Thoughtful quirks like sequential downloads for massive files and folder selection show practical engineering, but it's still a single-purpose web UI (no CLI or automation hooks), so it’s a fantastic tool for non-ffmpeg users and a neat technical demo for developers.

WizardrySolve My Problem
jacoka
313mo ago