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
decklinkdevice options: → search on pageffmpeg-devices
When to use
- User asks "what does
IDeckLinkInput::StartStreamsreturn?" 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 decklinkoption 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.