| .. | ||
| .gitignore | ||
| concatDemuxer.html | ||
| download-assets.js | ||
| package.json | ||
| README.md | ||
| style.css | ||
| transcode.esm.html | ||
| transcode.html | ||
| trim.html | ||
Browser Examples
Setup
You need to download assets from npm before running the examples:
$ npm run download
Run
To run this example, execute:
$ npm start
Visit http://localhost:8080 to check avaiable examples.
Examples
| Example | Description |
|---|---|
| transcode.html | Transcoding example |
| transcode.esm.html | Transcoding example using module |
| trim.html | Video trimming exmple |
| concatDemuxer.html | Video concat exmple |