Skip to content

fleshgordo/videogrep.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

videogrep.py

Grep for specific words in srt files and create EDL list

Will generate an EDL list based on a searchword. This EDL list can later be used with mplayer.

Usage:

python video.py SEARCHWORD PATH_TO_VIDEOFILE

Example:

python video.py SEARCHWORD PATH_TO_VIDEOFILE > shortcut.edl
mplayer -edl shortcut.edl PATH_TO_VIDEOFILE

(it only properly works if srt file is in the same path and has exactly the same filename with srt ending!

Notes

Project initially inspired by Michael Murtaugh's videogrep. Similar ideas and thoughts had been floating around at the same time and evolved into much better and polished projects like Supercut and Julian Palacz's Algorithmic search for love

About

Grep for specific words in srt files and create EDL list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages