https://github.com/monyone/node-arib-subtitle-unrecognizer
avoid FFmpeg subtitle detecting for ARIB subtitle
https://github.com/monyone/node-arib-subtitle-unrecognizer
Last synced: 11 months ago
JSON representation
avoid FFmpeg subtitle detecting for ARIB subtitle
- Host: GitHub
- URL: https://github.com/monyone/node-arib-subtitle-unrecognizer
- Owner: monyone
- License: mit
- Created: 2021-03-13T10:08:46.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-22T12:42:27.000Z (over 5 years ago)
- Last Synced: 2025-08-09T01:37:23.098Z (11 months ago)
- Language: JavaScript
- Size: 39.1 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-unrecognizer
A FFmpeg subtitle unrecognizer.
## Feature
* Unrecognizer FFmpeg's subtitle detection for ISDB-T
## Usage
```bash
npm install -g arig-subtitle-unrecognizer
(source) | arig-subtitle-unrecognizer | (dest)
```
## Build
### Preparing
```bash
git clone https://github.com/monyone/node-arib-subtitle-unrecognizer
cd node-arib-mpeg2ts-unrecognizer
yarn
```
### Compiling aribb24.js library
```bash
yarn run build
```