konowebcodecs/apps/vanilla-app
2023-08-03 08:58:03 +00:00
..
.gitignore Update download scripts and folder name 2023-08-03 08:58:03 +00:00
concatDemuxer.html Update download scripts and folder name 2023-08-03 08:58:03 +00:00
download-assets.js Update download scripts and folder name 2023-08-03 08:58:03 +00:00
package.json Update download scripts and folder name 2023-08-03 08:58:03 +00:00
README.md Update download scripts and folder name 2023-08-03 08:58:03 +00:00
style.css Update download scripts and folder name 2023-08-03 08:58:03 +00:00
transcode.esm.html Update download scripts and folder name 2023-08-03 08:58:03 +00:00
transcode.html Update download scripts and folder name 2023-08-03 08:58:03 +00:00
trim.html Update download scripts and folder name 2023-08-03 08:58:03 +00:00

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