Back to Ffmpeg Wasm

Vanilla / Browser Examples

apps/vanilla-app/README.md

12.15572 B
Original Source

Vanilla / Browser Examples

Setup

You need to download assets from npm before running the examples:

bash
$ npm run download

Run

To run this example, execute:

bash
$ npm start

Visit http://localhost:8080 to check available examples.

Examples

ExampleDescription
transcode.htmlTranscoding example
transcode-mt.htmlTranscoding example using multi-thread
transcode.esm.htmlTranscoding example using module
trim.htmlVideo trimming example
concatDemuxer.htmlVideo concat example