Chris - <br><br>Kinodv/dvgrab looks like it might be a silver bullet - and while I do have access to a Linux setup, I&#39;m curious where you found a OS X distribution. Fink/Ports don&#39;t seem to have dvgrab / kino and I&#39;ve been googling for any mention of success on Mac with out any joy. Now im not too fluent with Linux so perhaps I&#39;m just showing off my ignorance.<br>
<br>best - ben rush<br><br><br><br><br><br><div class="gmail_quote">2009/5/4 Christopher Orr <span dir="ltr">&lt;<a href="mailto:chris@orr.me.uk">chris@orr.me.uk</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On 3 May 2009, at 16:10, Ben Rush wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello all -<br>
<br>
Looking for some advice or insight. I know the electron club is a diverse group so fire away if any of you have any thoughts but perhaps someone may know of an appropriate *nix forum for this as well? Google hasn&#39;t given me a whole lot to play with.<br>

<br>
I&#39;m trying to capture frame grabs from usb/fire wire web cams via a bash script. So far I&#39;ve run across this CLI app called VideoScript which looks promising. I know I could use PD to do such a thing, but the rest of my work flow is shaping up to be neatly wrapped up in one shell script.<br>

</blockquote>
<br></div>
I don&#39;t know if this is appropriate for the kind of camera you have, but you could try dvgrab from <a href="http://kinodv.org" target="_blank">kinodv.org</a>.<br>
<br>
The command line I&#39;ve used (from a webcam-grabbing script that Simon wrote) is:<br>
sudo dvgrab --format jpeg --jpeg-overwrite --jpeg-width 360 --jpeg-height 288 --jpeg-deinterlace --every 75 &lt;filename-prefix&gt;<br>
<br>
That happily worked for me (in both OS X and Linux) to capture frames directly -- over Firewire -- from a DV video camera.<br>
<br>
Chris<div><div></div><div class="h5"><br>
<br>
_______________________________________________<br>
members mailing list<br>
<a href="mailto:members@electronclub.org" target="_blank">members@electronclub.org</a><br>
<a href="http://lists.electronclub.org/cgi-bin/mailman/listinfo/members" target="_blank">http://lists.electronclub.org/cgi-bin/mailman/listinfo/members</a><br>
<br>
Instructions for changing your mailing list settings:<br>
<a href="http://lists.electronclub.org/emailhowto.html" target="_blank">http://lists.electronclub.org/emailhowto.html</a><br>
</div></div></blockquote></div><br>