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 [...]
Posts Tagged ‘tool’
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
Resource Tools: Custom Resource Types
Posted: 30th April 2012 by Roman in Resource Tools, TechnologyTags: .rc, .res, automation, resource, tool, utility
This update for Resource Tools adds an option to access custom resource types, such as FILE, TYPELIB, REGISTRY etc. It lets enumerate the resource, and load/save them. The COM interafce adds new Items property; the code snippet below accesses type library of image2.dll and saves it into external tyle library file image2.tlb: image = new [...]
GPS Location/Coordinate Converter: Fractional Seconds, More Shortcuts
Posted: 20th October 2011 by Roman in ATL, Source, Utilities, WTLTags: ATL, coordinate, geolocation, gps, map, Source, tool, Utilities, utility, WTL
This adds a small update to the recently published GPS Location/Coordinate Converter utility: Seconds in Degrees, Minutes & Seconds notation are shown and are accepted as floating point numbers More shortcuts to popular online map services (note that only Google Maps and Yandex Maps are still accepted as input via clipboard): Bing Maps Yahoo Maps [...]
Utility Clearance: GPS Location/Coordinate Converter
Posted: 12th October 2011 by Roman in ATL, Source, Utilities, WTLTags: coordinate, geolocation, gps, map, tool, utility
This tool came up as a result of mess around GPS coordinate formatting and variety of popular formats and notations. Some use latitude and longitude degrees, some prefer degrees and minutes with fractional part. this does not take into account choices for datum and file formats. For instance, both Google Maps and Yandex Maps accept [...]
NTFS Links: x64 build
Posted: 12th October 2011 by Roman in NTFS LinksTags: junction, link, ntfs, tool, utility, x64
Per user request, here goes 64-bit version of NTFS Links utility, which provides shell UI for NTFS Junction Points. As 64-bit version of Windows operating systems provide two versions of shell explorer, and support both Win32 and x64 platform applications, it is typical to install both 32-bit and 64-bit versions of the utility to cover/extend [...]
Utility Clearance: Enumerate Audio ‘MMDevice’s
Posted: 30th August 2011 by Roman in ATL, Audio, Source, Utilities, WTLTags: API, Audio, Core Audio, device, IMMDevice, MMDevice, tool, utility, WASAPI
The utility and code does straightforward enumeration of MMDevices (Vista+, check MSDN for MMDevice API availability), which correspond to MMDevice API, WASAPI, Core Audio API. The code itself is straightforward, with a ready to use binary to quickly lookup data of interest: The data is detailed well and in Excel-friendly format (via Copy/Paste): The code [...]
Resource Tools: 64-bit build
Posted: 30th August 2011 by Roman in Resource Tools, TechnologyTags: .rc, .res, automation, resource, tool, utility, x64
I rebuilt the Resource Tools utility in 64-bits to, supposedly, be able to be good with resources on 64-bit binaries (actually 32-bit code might be dealing with those fine also?). Anyway, the build is here and the tool available in both 32-bit and 64-bit versions. In particular, both 32-bit and 64-bit JavaScript scripts hosted by [...]
