What problem does it solve?
Determining whether a specific codec, profile, chroma format, bit depth, or resolution is actually supported on an NVIDIA Jetson device is error-prone: live API responses, sample-program reports, and product documentation often disagree. This Skill reconciles those three evidence sources so agents publish accurate product-support verdicts instead of guessing.
Core Features & Use Cases
- Live capability queries: Runs authenticated PyNvVideoCodec GetEncoderCaps/GetDecoderCaps queries and native AppEncCuda/AppDec sample reports on the target Jetson GPU.
- Documentation cross-check: Reconciles raw query evidence against NVIDIA's Video Encode and Decode Support Matrix and the version-matched SDK 13.0 application notes before publishing a support verdict.
- Bounded operation proof: Coordinates with sibling skills to run a minimal encode-then-decode operation when live availability must be proven, keeping API, sample, operation, and documentation evidence strictly separate.
- Use Case: Ask whether HEVC 10-bit 4:4:4 encoding is supported on a Jetson Thor board, and the Skill queries the live device, checks NVIDIA documentation, and reports a reconciled supported/unsupported/unknown verdict.
Quick Start
Ask your agent to check whether a specific codec, profile, and bit depth is supported on this Jetson device using the jetson-video-capability skill.