konowebcodecs/apps/vanilla-app
2024-12-23 18:00:50 -08:00
..
public Add performance comparison 2023-08-20 11:16:33 +08:00
.gitignore Revamp vanilla-app 2023-08-05 14:41:45 +08:00
package.json Upgrade vanilla-app to the latest version 2023-08-09 17:17:29 +08:00
README.md Fix typo (#541) 2023-08-12 17:36:45 +08:00
server.js modify way of setting headers on test 2024-12-23 18:00:50 -08:00

Vanilla / 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 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