Workflow recipes
These are complete graphs for real jobs. Each shows how the nodes wire together, when to reach for it, and the settings that matter. They build on each other — start at the top and you'll have the whole vocabulary by the end. Every diagram uses one convention: a cable means "run after," a stacked group under a node means an add-on or a parallel branch.
Dashed chips are add-ons riding on a Copy node (verification and manifests fused into the copy). Solid chips are separate nodes. See the node reference for each node's full settings.
1. Everyday verified offload
One Source, one Copy, the Verify add-on on. IngestDeck copies the card, reads the destination back and confirms every byte. This is the foundation; everything below adds to it.
2. 3-2-1 backup — one card, several disks, one manifest
A single Copy node with three destinations copies each serially (turn on Smart order to write the fastest disk first). The Verify add-on confirms all three; the ASC-MHL Report add-on writes a manifest that continues the card's chain of custody. One node, one result, three verified copies.
3. Two cards at once, into one copy
Wire two Source nodes into one Copy. Each source becomes its own parallel read lane, so the cards read concurrently into the destination instead of one-then-the-other. Each card lands in its own folder at the destination.
4. Relay — shuttle first, eject the card, then archive
The first Copy verifies the card onto a fast SSD. Once that's confirmed, the card can eject — while a second Copy set to relay source context keeps filling a slow archive HDD by reading from the SSD, not the card. Add a Verify add-on to the archive copy and the manifest still proves the archive matches the original.
5. Ingest and generate proxies in one pass
Fan the Source out to two branches: a verified Copy of the originals, and a Convert node writing H.265 proxies to the editorial disk. They run in parallel. In the Convert output settings, pick the codec, quality and a half- or quarter-res scale — IngestDeck only offers routes a real encoder can run.
6. Verify, sign, and eject — the safe-to-wipe run
The Eject node only fires after the verified, signed copy completes — so a card is never ejected (let alone wiped) until IngestDeck has proven every byte reached both backups and written the manifest.
7. Audit an existing card — no copy
Wire a Verify node directly to a Source. IngestDeck finds the card's existing ASC-MHL, re-hashes every recorded file with its recorded algorithm, and fails on any mismatch, missing or unreadable file. A pure integrity audit — perfect for checking an archive drive before you trust it.
8. Compare two drives before wiping one
The Compare node reads both trees and reports counts, sizes and — if you turn it on — content hashes. The result is a browsable, two-sided diff: what's only on A, only on B, or different. It fails red on any mismatch, and it ignores system junk so nothing false trips it.
9. Offload with a production PDF report
Point a PDF Report node at the finished Copy. It renders your saved report template — per-run facts, hashes, production metadata — and writes the PDF into the copy's run folder. Keep the Verify add-on on the copy so the report carries confirmed hashes.
10. The full dailies graph
Two cards ingest in parallel into a verified, signed Copy and a proxy Convert at the same time. A Wait-all barrier joins both branches, so the Eject only fires once everything — copies, verification, manifest and proxies — has finished. Save this graph as a template and the whole day is a single click tomorrow.
11. The watched offload station
Any of the graphs above becomes a standing station: leave the Source empty, press Arm, and every card dropped onto the Source node runs the whole graph — then the station re-arms for the next card. Cards dropped mid-copy queue up behind it. The full model (waiting jobs, re-arm loop, Simple's version) is in the Watch mode chapter.
12. The template day
Not a graph shape — a habit that compounds:
Day 1: build carefully, then ⌘S
Build the production's graph (say, recipe 10), fill the Info panel with the show's metadata, save it as a template named after the production.
Every morning: load, re-bind, arm
New tab → load the template. Disk selections come back as placeholders by design — drag today's cards and disks onto the Source and Copy nodes (roles and benchmarks are already remembered per disk), rename the tab to today's date, press Arm.
Every evening: the tab is the record
The tab's Results segment holds the day's runs; History holds them forever. Tomorrow gets a fresh tab from the same template.
Mix and match. Add a Delay to stagger disks, a second relay Copy for a third location, or a Compare to double-check an archive. The rules in the node reference tell you what can connect to what.