Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 29 days 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-02T12:03:58.000Z (over 3 years ago)
- Last Synced: 2024-04-20T13:56:42.219Z (9 months ago)
- Language: TypeScript
- Size: 45.9 KB
- Stars: 2
- Watchers: 2
- 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
```