From b6d9d735b315595cdb0130c67ed20e4156ca750d Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Sun, 1 Sep 2019 00:03:24 +0930 Subject: add readme --- README | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..b3df9d2 --- /dev/null +++ b/README @@ -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 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 merge all files in one file. + +====================== + +===== COPYRIGHT ===== + +COPYRIGHT Daniel Jones, Licensed under GPL Version 3. See COPYING for details. + +README from Ayane Satomi. + +===================== -- cgit v1.2.3