konowebcodecs/apps/vanilla-app/README.md
Akira Taguchi 7ace5094db
Fix typo (#541)
* Fix typo

* Update README.md
2023-08-12 17:36:45 +08:00

30 lines
573 B
Markdown

# 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
| Example | Description |
| ------- | ----------- |
| transcode.html | Transcoding example |
| transcode-mt.html | Transcoding example using multi-thread |
| transcode.esm.html | Transcoding example using module |
| trim.html | Video trimming example |
| concatDemuxer.html | Video concat example |