Agent skill · nvidia

jetson-video-pipeline

Use when executing and verifying Jetson Video Codec SDK or PyNvVideoCodec encode/decode, transcode, segmentation, container decode, AV1, or acceptance workflows with exact artifact handoffs.

What it needs

About 8k tokens when loaded.

What this skill does

Jetson Video Pipeline Purpose Execute official-sample codec stages and prove that every consumer used the exact artifact produced by the preceding stage. Use this skill for encode-then-decode verification, native H.264-to-HEVC transcode, PyNvVideoCodec segments, container decode triage, AV1 operation verification, or a compact customer acceptance package. Prerequisites Run execution on the target Jetson with direct GPU access. A fresh validated schema-1.2 nvcodec-environment identity from jetson-video-setup is optional. When supplied it is authoritative, and invalid or stale evidence fails closed without local fallback. The agent may obtain it from setup's public read-only probe; it need not be supplied in the customer's prompt. Without setup evidence, authenticate only the selected installed surface. Native routes inspect the fixed dpkg package, package-owned official sample sources, build tools, and non-stub linkage. PyNvVideoCodec routes require an authenticated setup environment or the caller's exact absolute pynvcinterpreter; never scan for a venv. Before asking for that path, invoke setup's public probe when that skill is installed and inspect its typed result. These read-only checks install, repair, register, and smoke-test nothing. Recipe-bearing routes require sibling jetson-video-recipe and one of its validated schema-2 recipes. If its canonical public CLI is present, invoke it; if absent, preserve dependencyrequired, name that skill, and tell the user to install it and retry the stage. Recipe-free decode/segmentation routes do not acquire that dependency. capabilityreport is an optional encode-request member, never a required one. The established authority for PyNvVideoCodec encoder capabilities is the capabilities block of the schema-1.2 nvcodec-environment artifact; an encode request that omits capabilityreport is fully supported and reads that block. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills nvidia/jetson-video-pipeline

View the source on GitHub

Browse the @skills marketplace