An open API service indexing awesome lists of open source software.

https://github.com/derstimmler/web-video-conversion

Showcase website for converting video using ffmpeg.js and ffmpeg.wasm
https://github.com/derstimmler/web-video-conversion

asmjs ffmpeg ffmpeg-wasm service-worker typescript vite wasm webworker

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# web-video-conversion

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

## Demo

Access the website [here](https://web-video-conversion.netlify.app).

## 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`