Skip to content

DerStimmler/web-video-conversion

Repository files navigation

web-video-conversion

Showcase website for converting video using ffmpeg.js and ffmpeg.wasm

Demo

Access the website here.

Features

  • Convert .webm to .mp4 or .mp3
  • Use different ffmpeg variants
    • ffmpeg.js
    • ffmpeg.js (with WebWorker)
    • ffmpeg.wasm
    • ffmpeg.wasm (with Multi-Threading)
  • Show the time required for the conversion process
  • Cache files via ServiceWorker (especially relevant for big wasm files)

Note that converting .webm to .mp4 with ffmpeg.wasm (MT) is currently only working on Firefox.

Run locally

  1. pnpm install
  2. pnpm dev