Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/property404/decc
Removed [CLOSED CAPTIONING ELEMENTS] from subtitles
https://github.com/property404/decc
Last synced: 27 days ago
JSON representation
Removed [CLOSED CAPTIONING ELEMENTS] from subtitles
- Host: GitHub
- URL: https://github.com/property404/decc
- Owner: Property404
- Created: 2022-10-16T22:22:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-03T14:52:00.000Z (10 months ago)
- Last Synced: 2024-03-03T15:29:35.498Z (10 months ago)
- Language: Rust
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DeCC
I enjoy subtitles, but I don't particularly like seeing "[SUSPENSFUL MUSIC]" or
"[SPEAKING IN FOREIGN LANGUAGE]". For those like me, you can use DeCC to remove
closed-captioning elements from SRT files.## Usage
```bash
decc input.srt output.srt# Or, to modify in-place.
decc input.srt
```## TODO
* Directly modify subtitles in mkv, mp4, etc
* Make things better## See also
This [grease-monkey
script](https://gist.github.com/Property404/46cca9a72b786dcab161f48bc3a4185d) I
made for Netflix