https://github.com/monyone/node-arib-subtitle-emsg-id3
encapsulating ARIB subtitle in emsg with ID3 timed metadata
https://github.com/monyone/node-arib-subtitle-emsg-id3
Last synced: about 1 year ago
JSON representation
encapsulating ARIB subtitle in emsg with ID3 timed metadata
- Host: GitHub
- URL: https://github.com/monyone/node-arib-subtitle-emsg-id3
- Owner: monyone
- License: mit
- Created: 2021-06-29T12:00:16.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-02T12:03:58.000Z (about 5 years ago)
- Last Synced: 2025-05-03T15:38:44.162Z (about 1 year ago)
- Language: TypeScript
- Size: 45.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-arib-subtitle-emsg-id3
A Simple Emsg insertion example
## Build
### Preparing
```bash
git clone https://github.com/monyone/node-arib-subtitle-emsg-id3
cd node-arib-subtitle-emsg-id3
yarn
```
### Compiling library
```bash
yarn run build
```