Skip to content

cs8425/ffmpeg-cli-online

Repository files navigation

FFmpeg cli online

client-side-only FFmpeg, power by ffmpeg.wasm

demo

host by github pages + cloudflare: https://sauceburnseal.net/ffmpeg/

build

  1. install dependencies: npm install
  2. build: npm run build
  3. if nothing goes wrong, you can find output files in dist/.

host

You must add two HTTP headers (Cross-Origin-Embedder-Policy: require-corp and Cross-Origin-Opener-Policy: same-origin), in order to get rid of error Uncaught (in promise) ReferenceError: SharedArrayBuffer is not defined. see https://github.com/ffmpegwasm/ffmpeg.wasm#installation

dev

  1. install dependencies: npm install
  2. build: npm run start
  3. navigate to http://127.0.0.1:8000 in browser

About

A client side tool for running ffmpeg.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published