workflow-acquisition-archive

Ingest media from multiple sources and archive with SHA-256 verification and metadata sidecars.

15|4|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/damionrashford/media-os --skill workflow-acquisition-archive
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-acquisition-archive
Source: https://github.com/damionrashford/media-os/tree/main/skills/workflow-acquisition-archive
Command: npx skills add https://github.com/damionrashford/media-os --skill workflow-acquisition-archive

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ingest from diverse sources—web, screen/capture, SDI, DSLR tether, and IP cameras—and archive media with integrity checks, preserved metadata, and standardized archival formats.

Core Features & Use Cases

  • Acquisition from multiple sources: web (yt-dlp), screen/capture, SDI (DeckLink), DSLR tethering, NDI, RTSP/IP cameras.
  • Integrity verification and metadata preservation: full-decode check, SHA-256 checksums, EXIF/XMP/IPTC sidecars.
  • Normalization to archival containers: MKV with FFV1/J2K/ProRes targets; ready for cold storage like Glacier or Archive.org.
  • Use cases include: archiving a 24-hour SDI feed, preserving VHS rips, tethered DSLR timelapses, or IP-camera archives.

Quick Start

Ingest a 24-hour SDI broadcast with DeckLink, verify integrity, preserve metadata, and push to Glacier Deep Archive.

Frequently Asked Questions about workflow-acquisition-archive

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I archive a 24-hour SDI broadcast feed with integrity verification?

To archive a 24-hour SDI broadcast feed, you can ingest the source directly via DeckLink, perform a full-decode integrity check, generate SHA-256 checksums, and normalize the output to an MKV container for cold storage.

What is the best way to preserve EXIF and IPTC metadata when ingesting VHS rips?

The best way to preserve EXIF and IPTC metadata during media ingestion is to extract the metadata into standalone sidecar files, ensuring original context survives alongside the normalized FFV1 or ProRes archival containers.

Does this media archiving workflow support IP camera and RTSP video ingestion?

Yes, this media archiving workflow supports IP camera and RTSP video ingestion, capturing the streams directly and applying full-decode verification and SHA-256 hashing before pushing the archives to cloud storage.

Can I normalize tethered DSLR timelapses into FFV1 archival containers?

Yes, you can normalize tethered DSLR timelapses into FFV1 archival containers within an MKV wrapper, which prepares the media with lossless compression and integrity checks for long-term cold storage.

How does SHA-256 hashing work during media archive ingestion?

SHA-256 hashing works during media archive ingestion by generating a unique cryptographic checksum for each ingested file, allowing you to verify that the archived media remains bit-for-bit identical to the original source over time.

Can I push verified media archives directly to Glacier Deep Archive?

Yes, after ingesting sources like web downloads or SDI feeds and normalizing them into MKV containers with FFV1 targets, you can push the verified media archives directly to Glacier Deep Archive or Archive.org.