Author: Roman

Utility Clearance: Matrox DSX SDK Capabilities

The tool gathers and formats capture capabilities of hardware accessible via Matrox DSX SDK: Matrox DSX SDK is a feature-rich development toolkit that enables Matrox’s industry-leading DSX hardware capabilities. OEMs use this hardware and software to build complete solutions that ensure 24/7 on-air reliability in a broadcast environment. Matrox DSX SDK customers have access to…

Read the full article

Certificate Enrollment API Adventures

IX509PrivateKey::Export exports key data from COM object, MSDN: strExportType [in] A BSTR value that specifies how the private key is exported. If the key was created by using a CNG KSP (Key Storage Provider), you can specify one of the values allowed by the pszBlobType parameter in the NCryptExportKey function. If the key was created…

Read the full article

FFmpeg error LNK2019: unresolved external symbol ff_reshuffle_raw_rgb…

Building a slim version of FFmpeg (specifically: MOV muxer without AVI muxer) from latest source, an error around ff_reshuffle_raw_rgb is breaking the build: movenc.o : error LNK2019: unresolved external symbol ff_reshuffle_raw_rgb referenced in function mov_write_packet libavformat/avformat-v-57.dll : fatal error LNK1120: 1 unresolved externals library.mak:111: recipe for target ‘libavformat/avformat-v-57.dll’ failed make: *** [libavformat/avformat-v-57.dll] Error 96 Not…

Read the full article