https://github.com/monyone/scc2vtt
https://github.com/monyone/scc2vtt
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/monyone/scc2vtt
- Owner: monyone
- License: mit
- Created: 2023-07-30T01:51:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-30T23:03:38.000Z (almost 3 years ago)
- Last Synced: 2025-02-01T01:06:10.366Z (over 1 year ago)
- Language: TypeScript
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scc2vtt
SCC (Scenarist Closed Caption) to WebVTT
## Build Instruction
### Install Dependency
```bash
yarn
```
### Build
```bash
yarn build
```