Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lpikora/subrip-srt-closed-caption-hearing-impaired-remove
- Owner: lpikora
- Created: 2017-08-07T18:28:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-09T08:56:29.000Z (over 7 years ago)
- Last Synced: 2024-09-24T02:28:00.275Z (about 2 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`
``