konowebcodecs/examples/browser
2022-05-17 16:50:23 -05:00
..
concatDemuxer.html Update examples 2020-11-03 15:39:01 +08:00
image2video.html Update examples 2020-11-03 15:39:01 +08:00
README.md Added web worker example 2022-05-17 16:50:23 -05:00
transcode.html Release v0.10.0 2021-05-17 17:03:07 +08:00
transcode.worker.html Added web worker example 2022-05-17 16:50:23 -05:00
transcode.worker.js Added web worker example 2022-05-17 16:50:23 -05:00
trim.html Update examples 2020-11-03 15:39:01 +08:00
webcam.html Update examples 2020-11-03 15:39:01 +08:00

Browser Examples

To run this example, execute:

$ npm start

Visit http://localhost:3000/examples/browser/transcode.html

Web Worker Examples

To run the webworker example, execute:

$ npm run start:worker

Visit http://localhost:3000/examples/browser/transcode.worker.html