What problem does it solve?
Running video codec operations on NVIDIA Jetson devices often fails silently: outputs are stale, stages consume the wrong files, or completion markers are ambiguous. This Skill executes official Video Codec SDK and PyNvVideoCodec sample stages and cryptographically proves that every consumer used the exact artifact produced by the preceding stage.
Core Features & Use Cases
- Verified Codec Pipelines: Run encode-then-decode verification, native H.264-to-HEVC transcode, PyNvVideoCodec segmentation, container decode triage, and AV1 operation verification through authenticated NVIDIA sample executables.
- Exact Artifact Handoffs: Every stage output is hashed (SHA-256) and re-verified before the next stage consumes it, with strict frame-count and completion-marker validation.
- Acceptance Packages: Produce a compact customer acceptance package with sealed evidence files and a checksum manifest.
- Use Case: Ask your agent to verify that a Jetson device can encode raw NV12 video to HEVC and decode it back; the Skill authenticates the installed SDK samples, runs the pipeline in an isolated workspace, and returns a structured JSON result proving each handoff.
Quick Start
Ask your agent to run an encode-then-decode verification on your Jetson using the jetson-video-pipeline skill with a local raw video file.