Skip to content

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. See https://danieljon.es/blog/direct/73 for more details.

License

daniel-Jones/animegrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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

=====================

About

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. See https://danieljon.es/blog/direct/73 for more details.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages