Hi Oliver, thanks! <br><br><div class="gmail_quote">On Wed, Oct 17, 2012 at 11:36 PM, Olivier Aubert <span dir="ltr"><<a href="mailto:olivier.aubert@liris.cnrs.fr" target="_blank">olivier.aubert@liris.cnrs.fr</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi<br>
<div class="im"><br>
On Tue, Oct 16, 2012 at 06:23:50PM +0200, Mauro Del Rio wrote:<br>
> Hi, I need to extract frames from a video. The idea is to parallelize<br>
> the job, so there will be n-process, each extracting frames, working<br>
> on a segment of the same video. Which is the best way to do that in<br>
> gstreamer?<br>
</div>You can find another (python) example at<br>
<a href="https://github.com/oaubert/advene/blob/master/lib/advene/util/snapshotter.py" target="_blank">https://github.com/oaubert/advene/blob/master/lib/advene/util/snapshotter.py</a><br>
<br>
I implemented this module for a video annotation software, but took care<br>
not to have any dependency on this project so that it can be reused, and<br>
keep it reasonably simple.<br>
<br>
It also works in standalone mode as a script, invoked by<br>
snapshotter.py movie.avi 1200 5400 2800 [list of timestamps...]<br>
<br>
Regards,<br>
Olivier<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>Mauro<br>