konowebcodecs/packages/ffmpeg/examples/browser
2022-09-13 17:23:21 +08:00
..
concatDemuxer.html Adopt lerna and typescript 2022-09-13 17:23:21 +08:00
image2video.html Adopt lerna and typescript 2022-09-13 17:23:21 +08:00
README.md Adopt lerna and typescript 2022-09-13 17:23:21 +08:00
transcode.html Adopt lerna and typescript 2022-09-13 17:23:21 +08:00
transcode.worker.html Adopt lerna and typescript 2022-09-13 17:23:21 +08:00
transcode.worker.js Adopt lerna and typescript 2022-09-13 17:23:21 +08:00
trim.html Adopt lerna and typescript 2022-09-13 17:23:21 +08:00
webcam.html Adopt lerna and typescript 2022-09-13 17:23:21 +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