The tool provides a user- (well, actually a developer-) friendly printout of capabilities accessible via Blackmagic Design DeckLink SDK for DeckLink series of hardware. This covers features of DeckLink and Intensity series of hardware for video/audio capture, accessible via vendor’s SDK. The data is printed out in Markdown format, easy to read on its own [...]
Archive for the ‘Utilities’ Category
DeckLinkCapabilities: A Printout of Capabilities of Blackmagic Design/DeckLink Hardware
Posted: 12th May 2013 by Roman in Utilities, VideoTags: blackmagic, capture, decklink, tool, utility, Video
RotView: What is on ROT?
Posted: 4th January 2013 by Roman in UtilitiesTags: COM, GetRunningObjectTable, irotview, IRunningObjectTable, RegisterActiveObject, rot, rotview
Once upon a time Windows SDK (or it was Visual Studio) had a tool named IROTVIEW which enumerated Running Object Table (ROT). Running Object Table Viewer IROTVIEW displays information about ActiveX and OLE objects currently existing in memory. People ask “Where is IROTVIEW?” and there is no answer. The API is really simple, but if [...]
CaptureClock: Utility to Check Video/Audio Capture Rates
Posted: 4th January 2013 by Roman in ATL, Utilities, WTLTags: Audio, capture, DirectShow, frame rate, live, rate matching, Video
Someone discovered the utility while browsing my public repository (the app prompts to post data back to the website, and the anonymous user accepted the offer and posted the report from this unpublished application), so I have to drop a few lines about the tool. The idea is basically straightforward: live capture involves attaching time [...]
DirectShow Spy: ROT fix and evrprop.dll
Posted: 4th January 2013 by Roman in ATL, UtilitiesTags: COM, DirectShow, directshowspy
A small issue appears to be affecting DirectShow applications with DirectShow Spy installed. As underlying COM base is non-standard, the spy implements a few hacks to run smoothly and to keep reference counting correct in particular. Under certain conditions, DirectShow-enabled ActiveX control hosted by Internet Explorer seems to be unable to put its graph onto [...]
DirectShow Spy: Easier Registration
Posted: 24th November 2012 by Roman in ATL, Utilities, WTLTags: COM, DirectShow, directshowspy, registration, regsvr32, rundll32, spy
Because DirectShow Spy is often a troubleshooting tool, one of its use scenarios is its being a drop-in module to quickly install on a system of interest in order to connect to graphs for troubleshooting purposes, such as to check topology and media types. Its installation requires COM registration, and over time it changed gradually [...]
Skype 6.0.0.126: improved support for video devices for richer user experience
Posted: 17th November 2012 by Roman in UtilitiesTags: DirectShow, ip video source, skype, Video
A new release of Skype is out there, version 6.0.0.126: Metro look on the main (roster) window – good job! Broken compatibility with software (virtual) video capture devices – good job! Broken compatibility with some of hardware capture devices – good job! While stripping virtual video devices in favor of true cameras, to avoid issues, [...]
IP Video Source: Support for HTTPS protocol
Posted: 22nd October 2012 by Roman in Utilities, VideoTags: camera, DirectShow, HTTPS, ip, ipvideosource, JPEG, M-JPEG, Video, virtual
This publishes a small update to IP Video Source tool to expose M-JPEG/JPEG video streams as DriectShow video devices. The utility now accepts https:// URL scheme and pulls video over secure connections. Not every camera has support for HTTPS, however many do including those from UDP Technology, Axis etc. The update also includes other minor [...]
