diff options
author | Daniel Jones <admin@danieljon.es> | 2019-09-01 00:03:24 +0930 |
---|---|---|
committer | Daniel Jones <admin@danieljon.es> | 2019-09-01 00:03:24 +0930 |
commit | b6d9d735b315595cdb0130c67ed20e4156ca750d (patch) | |
tree | c02fde48889d87f8602f00af6a6d9c35cecb8f7e | |
parent | ee8facc3b3d9c1725c7f5585849f6c6be7905d71 (diff) | |
download | animegrep-master.tar.gz animegrep-master.zip |
-rw-r--r-- | README | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -0,0 +1,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. + +===================== |