Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vigsterkr/subgrep
Finding keywords in a DVD's subtitle track
https://github.com/vigsterkr/subgrep
Last synced: about 2 months ago
JSON representation
Finding keywords in a DVD's subtitle track
- Host: GitHub
- URL: https://github.com/vigsterkr/subgrep
- Owner: vigsterkr
- Created: 2010-06-02T03:36:35.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2014-05-06T10:49:36.000Z (over 10 years ago)
- Last Synced: 2024-10-15T22:48:55.981Z (3 months ago)
- Language: Java
- Homepage:
- Size: 441 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
subgrep is a java application that allows you to find certain strings in a subtitle file
Command line options:
-c, -closed-caption subtitle file is in closed caption format
-s, -stem use stemming
-time-format
-keyfile KEYFILE a text file which contains the keywords.word per line.
-o, -output FILE File where the output of the program shall be dumped. Default is standard output.