Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tika Wiki" for change 
notification.

The "PooledTimeSeriesParser" page has been changed by ChrisMattmann:
https://wiki.apache.org/tika/PooledTimeSeriesParser?action=diff&rev1=2&rev2=3

  
  == Install Pooled Time Series ==
  
+  1. `mkdir -p $HOME/git && cd $HOME/git && git clone 
https://github.com/chrismattmann/pooled_time_series.git`
+  2. `cd pooled_time_series && mvn install assembly:assembly`
+  3. Follow steps 2, 3 and 4 from 
[[https://github.com/chrismattmann/pooled_time_series#getting-started|the 
install guide from Pooled Time  Series]] and confirm that `pooled_time_series` 
installed correctly. Note the 
[[https://github.com/chrismattmann/pooled_time_series#pre-requisites|pre-requisites
 from Pooled Time Series]] require you to install OpenCV and set some 
environment variables.
+ 
+ == Run PooledTimeSeries Parser from Tika-App ==
+ 
+ Grab an MP4, QuickTime, or other video (supported by your OpenCV 
implementation). Then run the following command:
+ {{{
+ java -classpath tika-app/target/tika-app-X.Y-SNAPSHOT.jar 
org.apache.tika.cli.TikaCLI 
--config=$HOME/git/pooled_time_series/src/main/resources/tika-config.xml -J 
yourfile.mov
+ }}}
+ 

Reply via email to