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
- Host: GitHub
- URL: https://github.com/derstimmler/web-video-conversion
- Owner: DerStimmler
- License: mit
- Created: 2024-06-05T17:03:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-13T20:48:17.000Z (almost 2 years ago)
- Last Synced: 2024-12-28T01:43:04.308Z (over 1 year ago)
- Topics: asmjs, ffmpeg, ffmpeg-wasm, service-worker, typescript, vite, wasm, webworker
- Language: TypeScript
- Homepage: https://web-video-conversion.netlify.app
- Size: 74.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`