diff options
-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. + +===================== |