hello

does there exist tool which I would be equivalent to grep on video
(videogrep or vgrep). any idea?

That is I give it image, it finds said image in mpeg stream and returns
time offset (and approximate % of the image similiarity.

I mean right now I do:
         * record tv show on mpeg2 encoder.
         * use GOPDICT to chop off advertisements at beginning and end of
           show
         * use ffmpeg to convert mpeg2 to avi

Since the above requires manual intervention at step 2 and 3, I would
like to save characteristic image from beginning and end of show and do:

         * record tv show on mpeg2 encoder. (same)
         * use videogrep to find offset start and end of show
         * use GOPDICT to chop off advertisements at beginning and end of
           show using offset from step before.
         * use ffmpeg to convert mpeg2 to avi

with the above I could do everything in the cron.

so the question is. does there exists something like videogrep?

Adam
ps: please cc.

-- 
Adam Sulmicki
http://www.eax.com      The Supreme Headquarters of the 32 bit registers

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to