Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
videogrep [2015/06/29 04:14]
slackermedia
videogrep [2015/07/10 12:08]
slackermedia [Documentation]
Line 13: Line 13:
 =====Install===== =====Install=====
  
-Videogrep is a Python script.+Videogrep is a Python script ​and as yet is not packaged for Slackware. The install is pretty simple, though. 
 + 
 +From [[http://​slackbuilds.org]],​ install ''​pysetuptools''​. 
 +  
 +Download the source code and create a Slackware package for yourself: 
 + 
 +<​code>​ 
 +$ git clone https://​github.com/​antiboredom/​videogrep.git 
 +$ cd videogrep 
 +$ mkdir /​tmp/​vidgr 
 +$ python setup.py install --root=/​tmp/​vidgr 
 +$ cd /​tmp/​vidgr 
 +$ su 
 +# /​sbin/​makepkg -l y -c n \ 
 +tmp/​videogrep-`date +%F`-`uname -m`-1_SMi.tgz 
 +# installpkg /​tmp/​videogrep-*SMi.tgz 
 +</​code>​ 
 + 
 +=====Usage===== 
 + 
 +Videogrep does not "​hear"​ the movie you feed it, it requires a valid subtitle file in the ''​.srt''​ format and located in the same directory as the movie file. 
 + 
 +Provided you have these things, start videogrep:​ 
 + 
 +<​code>​ 
 +videogrep --input path/​to/​video_or_folder --search '​search phrase'​ 
 +</​code>​ 
 + 
 +======Documentation===== 
 + 
 +There are several "​tricks"​ you can use with videogrep (searching by word classification,​ searching for silence, and so on), so for full documentation and a few ideas, read the project'​s documentation at [[http://​lav.io/​2014/​06/​videogrep-automatic-supercuts-with-python/​]].
  
  
 <WRAP tip> <WRAP tip>
 **See Also** \\ **See Also** \\
-Evolvotron \\ +[[evolvotron|Evolvotron]] \\ 
-Aegisub \\ +[[http://​slackbuilds.org/​result/?​search=aegisub&​sv=|Aegisub]] \\ 
-Gaupol \\ +[[http://​slackbuilds.org/​result/?​search=gaupol&​sv=|Gaupol]] \\ 
-Subtitle Composer \\ +[[http://​slackbuilds.org/​result/?​search=subtitlecomposer&​sv=|Subtitle Composer]] \\ 
-Yolo+[[yolo|Yolo]]
 </​WRAP>​ </​WRAP>​
  
  
 [[{arrown.png|border:​0;​background:​none;​width:​0;​display:​inline-block;​float:​right;​}jack|]][[{arrowp.png|border:​0;​background:​none;​width:​0;​float:​right;​}slackbuilds|]] [[{arrown.png|border:​0;​background:​none;​width:​0;​display:​inline-block;​float:​right;​}jack|]][[{arrowp.png|border:​0;​background:​none;​width:​0;​float:​right;​}slackbuilds|]]