might you know how to grab YUV data from a wx.media.MediaCtrl control? Dmitry Borisov <[EMAIL PROTECTED]> wrote: Usually media controls have event something like onVideoRender or alike. At that point you can grabYUV data from the overlay and convert into RGB. Dmitry/
----- Original Message ----- From: "simon kagwe" To: Sent: Tuesday, January 16, 2007 4:38 AM Subject: [Pymedia-users] getting snapshots from video > hi, > i am writing an application that should be able to play a video file and > as the video plays it also gets snapshot and does some processing on them > using PIL. I have implemented the video player using the wx component > called MediaCtrl and i want to know if it is possible to get a snapshot > from the video at specific file indices i.e as the video is playing or > paused depending on a slider that is used to control position in the video > file. please help. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Pymedia-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pymedia-users --------------------------------- Want to start your own business? Learn how on Yahoo! Small Business. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Pymedia-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pymedia-users
