blob: b3df9d2d53bf83caaaea19802cbde346d10641cd (
plain)
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 ======
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> / --file <file> the file you want to extract clips from
-d <directory> / --directory the directory you want to extract clips from (it does all the MKVs in the directory)
-w <word> / --word <word> the phrase you are grepping for
-m / --merge merge all files in one file.
======================
===== COPYRIGHT =====
COPYRIGHT Daniel Jones, Licensed under GPL Version 3. See COPYING for details.
README from Ayane Satomi.
=====================
|