Changes between Version 69 and Version 70 of SponsoringPrograms/GSoC/2015
- Timestamp:
- Apr 14, 2015, 2:23:23 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SponsoringPrograms/GSoC/2015
v69 v70 143 143 '''Prerequisites:''' C coding skills, basic familiarity with git, desire to learn, access to windows native box, and eventually, a digital capture device. 144 144 145 '''Qualification Task:''' Study all links on digital video capture graphs: http://stackoverflow.com/questions/14150210/having-trouble-capturing-digital-tv-using-directshow and create some test graphs using MSVC graphedit that capture digital video successfully. Also add an IPersistStream option to and from file for the dshow code base for video basefilter (basically, you can call this to "serialize" it's setting to a file after setting them, and then read them from a file to get back to what they were set to previously). This also involves a new command line option .145 '''Qualification Task:''' Study all links on digital video capture graphs: http://stackoverflow.com/questions/14150210/having-trouble-capturing-digital-tv-using-directshow and create some test graphs using MSVC graphedit that capture digital video successfully. Also add an IPersistStream option to and from file for the dshow code base for video basefilter (basically, you can call this to "serialize" it's setting to a file after setting them, and then read them from a file to get back to what they were set to previously). This also involves a new command line option as well. ref: http://stackoverflow.com/questions/14050074/how-to-change-directshow-filter-properties-c/27931102#27931102 146 146 147 147 '''Mentor:''' Roger Pack (rogerdpack@gmail.com) the dshow module maintainer.