Thanks for replying.&nbsp; This is off-topic but I may as well follow up for the benefit of future google searches: I eventually found this page <a href="http://wiki.videolan.org/How_to_create_thumbnails">http://wiki.videolan.org/How_to_create_thumbnails</a>, which has most of the capability I need in the form  <br>
vlc <a class="postlink" href="rtsp://192.168.250.100:554/video0">rtsp://somevideo</a> -V image --image-out-ratio=8<br>(and likely it is using ffmpeg to do the work as suggested)<br><br>On the first try doesn&#39;t seem to be possible to both archive video as mp4 and log the stills (like&nbsp; <pre>
vlc <a href="rtsp://somevideo">rtsp://somevideo</a> -V image<b> </b>--image-out-ratio=8 --sout &#39;#duplicate{dst=std{access=file,mux=mp4,dst=&quot;rtsp_save_test.mp4&quot;}}&#39;</pre>), though the overhead is small enough I can afford to run a different instance of vlc for each task.<br>
<br>-Luke<br><br><div class="gmail_quote">On Tue, Jun 17, 2008 at 5:59 AM, Brian Marete &lt;<a href="mailto:bgmarete@gmail.com">bgmarete@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
2008/6/16 Lucas &lt;<a href="mailto:wsacul@gmail.com">wsacul@gmail.com</a>&gt;:<br>
<div class="Ih2E3d">&gt;<br>
&gt; I&#39;m using liveMedia with vlc to capture a mp4 rtsp stream to disk. &nbsp;I&#39;d like to create a jpeg of the most recent frame every second or so out of this stream (which is running about 30 fps), could this be done easily?<br>

&gt;<br>
&gt; Thanks,<br>
&gt;<br>
<br>
</div>Have a look at FFmpeg ( <a href="http://ffmpeg.mplayerhq.hu/" target="_blank">http://ffmpeg.mplayerhq.hu/</a> ). You will find<br>
nothing better than that for what you want to do.<br>
<font color="#888888"><br>
--<br>
B. Gitonga Marete<br>
Tel: +254-722-151-590<br>
</font><div><div></div><div class="Wj3C7c">_______________________________________________<br>
live-devel mailing list<br>
<a href="mailto:live-devel@lists.live555.com">live-devel@lists.live555.com</a><br>
<a href="http://lists.live555.com/mailman/listinfo/live-devel" target="_blank">http://lists.live555.com/mailman/listinfo/live-devel</a><br>
</div></div></blockquote></div><br>