decklink-docs

Installation
SKILL.md

Decklink Docs

Context: $ARGUMENTS

Quick start

  • Find an API / interface / BMD enum: → Step 2 (search --query <term>)
  • Read one full section: → Step 3 (section --page <name> --id <anchor>)
  • Grab the whole page: → Step 4 (fetch --page <name>)
  • Prime the cache offline: → Step 5 (index)
  • Verify the ffmpeg decklink device options: → search on page ffmpeg-devices

When to use

  • User asks "what does IDeckLinkInput::StartStreams return?" or "what pixel formats does a Mini Recorder accept?"
  • Need to verify an interface / method / enum exists before recommending C++ / COM code.
  • Need the exact ffmpeg -f decklink option list (the ffmpeg decklink demuxer / muxer docs).
  • Need to cite the canonical Blackmagic SDK URL in a response.
  • Before writing any non-trivial DeckLink integration, check the current doc for the interface you're using.
Installs
5
GitHub Stars
17
First Seen
May 27, 2026
decklink-docs — damionrashford/media-os