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 clips. This fork adds further fixes within the pipeline.
Currently how this is being done is too positional independent in my opinion. I think converting this to a getopts should allow us to set this properly.
Currently how this is being done is too positional independent in my opinion. I think converting this to a
getopts
should allow us to set this properly.