Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sr229/animegrep
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.
https://github.com/sr229/animegrep
animegrep bash ffmpeg grep posix shell
Last synced: 5 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/sr229/animegrep
- Owner: sr229
- License: gpl-3.0
- Created: 2019-08-31T12:49:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-08T16:18:49.000Z (6 months ago)
- Last Synced: 2024-05-08T17:48:28.537Z (6 months ago)
- Topics: animegrep, bash, ffmpeg, grep, posix, shell
- Language: Shell
- Homepage: https://git.danieljon.es/animegrep
- Size: 36.1 KB
- Stars: 27
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Funding: .github/FUNDING.yml
- License: COPYING
Awesome Lists containing this project
README
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.