Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lpikora/subrip-srt-closed-caption-hearing-impaired-remove

Tool for remove hearing impaired (closed captions) items from subrip (srt) subtitles.
https://github.com/lpikora/subrip-srt-closed-caption-hearing-impaired-remove

Last synced: 20 days ago
JSON representation

Tool for remove hearing impaired (closed captions) items from subrip (srt) subtitles.

Awesome Lists containing this project

README

        

# What is this for?

This tool remove all subtitles entries with `♪` character and all text between `[` `]` characters from `.srt` subtitle file.

# Installation

install `node` with `npm`

then:

`npm install -g subrip-srt-closed-caption-hearing-impaired-remove`

then:

`subrip-srt-closed-caption-hearing-impaired-remove source.srt destination.srt`

``