An open API service indexing awesome lists of open source software.

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

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
```