-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathREADME
More file actions
25 lines (14 loc) · 732 Bytes
/
README
File metadata and controls
25 lines (14 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
AnimeGrep: grep your favorite one-liner in anime as (a) clip(s)!
--------------
animegrep is a bash script that extracts the subtitles from an mkv video file (main use for me is anime),
greps them for a specified word, parses them and extracts only that time frame from the source video file.
The script outputs the clips created to out/clips.
USAGE
--------------
-f <file> the file you want to extract clips from
-d <directory> the directory you want to extract clips from (it does all the MKVs in the directory)
-w <word> the phrase you are grepping for
-m merge all files in one file.
COPYRIGHT
--------------
Copyright (c) Daniel Jones and Ayane Satomi, Licensed under GPL Version 3. See COPYING for details.