animegrep icon indicating copy to clipboard operation
animegrep copied to clipboard

extracts video clips in anime (anything that is mkv with subtitles) by parsing and grepping the subtitle file for a chosen word. Uses mkvextract and ffmpeg to both extract the subtitles and create the...

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 the file you want to extract clips from

-d the directory you want to extract clips from (it does all the MKVs in the directory)

-w 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.