19. helmikuuta 2012 13.45 xiaoming chen <span dir="ltr"><<a href="mailto:timchen.xiaoming@gmail.com">timchen.xiaoming@gmail.com</a>></span> kirjoitti:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello,<div><br></div><div>I'm a newer with vlc. Now I want to do some image processing from remote videos using rtsp protocol. How can I achieve every image data from the stream? Any suggestions?</div></blockquote><div>
<br></div><div>If you want to save every frame as separate image, then you would use scene video filter. (well it can miss some frames)</div><div><a href="http://wiki.videolan.org/How_to_create_thumbnails">http://wiki.videolan.org/How_to_create_thumbnails</a></div>
<div><br></div><div>If you want to process the images via memory by using your self made software, then you use vmem video output.</div><div><a href="http://wiki.videolan.org/LibVLC_SampleCode_SDL">http://wiki.videolan.org/LibVLC_SampleCode_SDL</a></div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><br></div><div>
Yours,</div><div>Sincerely</div>
<br>_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
<br></blockquote></div><br>