Blackmagic HyperDeck ISO Recorder 100G
:root { --ft-theme: Poppins, sans-serif; --ft-content: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; --color-body: #0d0d0d; --color-mid: #3a3 a3a; --color-muted: #6b6b6b; --color-accent: #e8340a; --color-accent-dim: #ff5a38; --color-dark: #111111; --color-bg: #ffffff; --color-border: rgba(0,0,0,0.10); --color-border-strong:rgba(0,0,0,0.16); --color-teal: #00a88a; --color-amber: #d4860e; --color-blue: #1a5fbf; --ls-theme: 0.32px; } * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: var(--ft-theme); background: var(--color-bg); color: var(--color-body); font-size: 16px; font-weight: 400; line-height: 1.6; letter-spacing: var(--ls-theme); -webkit-font-smoothing: antialiased; } h2 { font-family: var(--ft-theme); font-weight: 600; font-size: 17.6px; letter-spacing: 0.352px; line-height: 1.4; } h3 { font-family: var(--ft-theme); font-weight: 600; font-size: 20px; letter-spacing: 0.4px; line-height: 1.4; } h4 { font-family: var(--ft-theme); font-weight: 600; font-size: 15px; letter-spacing: 0.3px; line-height: 1.4; } /* ── HERO ── */ .hero { background: var(--color-dark); color: #f5f4f0; padding: 72px 40px 60px; position: relative; overflow: hidden; font-family: var(--ft-content); } .hero::before { content: ''; position: absolute; top: -80px; right: -80px; width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle, rgba(232,52,10,0.15) 0%, transparent 68%); pointer-events: none; } .hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-family: var(--ft-content); font-size: 11px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--color-accent-dim); margin-bottom: 18px; } .hero-eyebrow::before { content: ''; display: inline-block; width: 18px; height: 2px; background: var(--color-accent); flex-shrink: 0; } /* ── HERO DISPLAY TITLE (was h1 — now div.hero-h1) ── */ .hero .hero-h1 { font-family: var(--ft-theme); font-size: clamp(30px, 4.5vw, 52px); font-weight: 700; line-height: 1.1; letter-spacing: -0.01em; max-width: 780px; margin-bottom: 24px; color: #ffffff; text-transform: none; } .hero .hero-h1 strong { color: #fff; font-weight: 700; } .hero-lead { font-family: var(--ft-content); font-size: 18px; font-weight: 300; color: rgba(245,244,240,0.72); max-width: 600px; margin-bottom: 36px; line-height: 1.65; letter-spacing: 0; } .hero-price-row { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; } .price-tag { font-family: var(--ft-theme); font-size: 26px; font-weight: 600; color: #fff; letter-spacing: 0; } .price-sub { font-family: var(--ft-content); font-size: 12px; color: rgba(245,244,240,0.45); font-weight: 400; } .btn-primary { display: inline-block; font-family: var(--ft-theme); font-size: 14px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; color: #fff; background: var(--color-accent); border: 1px solid var(--color-accent); border-radius: 0; padding: 10px 24px; text-decoration: none; transition: background 0.2s, border-color 0.2s; } .btn-primary:hover { background: #c8280a; border-color: #c8280a; } /* ── HERO IMAGE ── */ .hero-img-wrap { background: #1a1a1a; overflow: hidden; max-height: 400px; } .hero-img-wrap img { width: 100%; max-height: 400px; object-fit: cover; display: block; } /* ── STAT BAR ── */ .stat-bar { background: #fff; border-bottom: 1px solid var(--color-border); display: flex; flex-wrap: wrap; } .stat-item { flex: 1; min-width: 150px; padding: 24px 28px; border-right: 1px solid var(--color-border); } .stat-item:last-child { border-right: none; } .stat-num { font-family: var(--ft-theme); font-size: 28px; font-weight: 700; color: var(--color-body); letter-spacing: -0.01em; line-height: 1; margin-bottom: 4px; } .stat-label { font-family: var(--ft-content); font-size: 12px; font-weight: 400; color: var(--color-muted); line-height: 1.4; letter-spacing: 0; } /* ── SECTION ── */ .section { padding: 64px 40px; max-width: 1080px; margin: 0 auto; } .section + .section { padding-top: 0; } .section-tag { display: inline-block; font-family: var(--ft-content); font-size: 10px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: #fff; background: var(--color-body); padding: 4px 10px; margin-bottom: 14px; } h2.section-title { font-family: var(--ft-theme); font-size: clamp(20px, 2.6vw, 28px); font-weight: 600; letter-spacing: 0.352px; line-height: 1.3; margin-bottom: 14px; color: var(--color-body); text-transform: none; } .section-body { font-family: var(--ft-content); font-size: 15px; font-weight: 400; color: var(--color-mid); max-width: 660px; line-height: 1.75; letter-spacing: 0; } /* ── FEATURE GRID ── */ .feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1px; background: var(--color-border); border: 1px solid var(--color-border); margin-top: 44px; } .feature-card { background: #fff; padding: 28px 24px; } .feature-icon { width: 32px; height: 32px; margin-bottom: 14px; } .feature-icon svg { width: 28px; height: 28px; } .feature-card h3 { font-family: var(--ft-theme); font-size: 15px; font-weight: 600; letter-spacing: 0.3px; margin-bottom: 8px; color: var(--color-body); text-transform: none; } .feature-card p { font-family: var(--ft-content); font-size: 13.5px; font-weight: 400; color: var(--color-muted); line-height: 1.65; letter-spacing: 0; } /* ── TWO-COL ── */ .two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; padding: 64px 40px; max-width: 1080px; margin: 0 auto; } .two-col.flip { direction: rtl; } .two-col.flip > * { direction: ltr; } .two-col-img { overflow: hidden; background: #1a1a1a; } .two-col-img img { width: 100%; display: block; object-fit: cover; } /* ── DIVIDER ── */ .divider { height: 1px; background: var(--color-border); margin: 0 40px; } /* ── DARK BAND ── */ .dark-band { background: var(--color-dark); color: #f5f4f0; padding: 72px 40px; font-family: var(--ft-content); } .dark-band-inner { max-width: 1080px; margin: 0 auto; } .dark-band .section-tag { background: rgba(255,255,255,0.12); color: rgba(245,244,240,0.7); } .dark-band h2.section-title { color: #fff; } .dark-band .section-body { color: rgba(245,244,240,0.65); } .redundancy-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 36px; } .r-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.10); padding: 18px 20px; } .r-card-label { font-family: var(--ft-content); font-size: 10px; font-weight: 600; color: rgba(245,244,240,0.45); letter-spacing: 0.10em; text-transform: uppercase; margin-bottom: 5px; } .r-card-value { font-family: var(--ft-content); font-size: 14px; font-weight: 400; color: #fff; line-height: 1.5; letter-spacing: 0; } /* ── COMPAT BADGES ── */ .compat-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; } .compat-badge { display: inline-block; font-family: var(--ft-content); font-size: 12px; font-weight: 500; color: var(--color-mid); background: #fff; border: 1px solid var(--color-border-strong); padding: 5px 12px; letter-spacing: 0; } /* ── KEY SPECS ── */ .specs-section { padding: 64px 40px; max-width: 1080px; margin: 0 auto; } .specs-intro { font-family: var(--ft-content); font-size: 14px; font-weight: 400; color: var(--color-muted); margin-top: 8px; margin-bottom: 36px; max-width: 540px; line-height: 1.65; letter-spacing: 0; } .specs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1px; background: var(--color-border); border: 1px solid var(--color-border); } .spec-group { background: #fff; padding: 24px 22px; } .spec-group-title { font-family: var(--ft-content); font-size: 10px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--color-accent); margin-bottom: 14px; padding-bottom: 10px; border-bottom: 1px solid var(--color-border); } dl.spec-list { margin: 0; } dl.spec-list dt { font-family: var(--ft-content); font-size: 10.5px; font-weight: 600; color: var(--color-muted); letter-spacing: 0.06em; text-transform: uppercase; margin-top: 12px; margin-bottom: 2px; } dl.spec-list dt:first-child { margin-top: 0; } dl.spec-list dd { font-family: var(--ft-content); font-size: 13px; font-weight: 400; color: var(--color-body); line-height: 1.5; margin: 0; letter-spacing: 0; } .specs-footnote { margin-top: 20px; font-family: var(--ft-content); font-size: 12px; font-weight: 400; color: var(--color-muted); line-height: 1.6; letter-spacing: 0; } .specs-footnote a { color: var(--color-accent); font-weight: 500; text-decoration: none; } .specs-footnote a:hover { text-decoration: underline; } /* ── RESPONSIVE ── */ @media (max-width: 768px) { .hero, .section, .dark-band, .two-col, .specs-section { padding-left: 20px; padding-right: 20px; } .two-col { grid-template-columns: 1fr; gap: 28px; } .two-col.flip { direction: ltr; } .stat-item { min-width: 50%; } .redundancy-grid { grid-template-columns: 1fr; } .divider { margin: 0 20px; } .specs-grid, .feature-grid { grid-template-columns: 1fr; } } Broadcast Live Production Record every camera.Miss nothing. Ever. The Blackmagic HyperDeck ISO Recorder 100G captures all 8 cameras simultaneously — in broadcast-quality ProRes — straight to network storage. One box. One connection. Complete coverage of your entire show. $5,495 8 simultaneous camera inputs 100G Ethernet, redundant dual-port 8× more powerful than HyperDeck Studio 4K 13 GB/s sustained data transfer speed ProRes HQ, 422, and LT recording formats Overview Designed from the ground up for live production Think about everything that happens during a live broadcast. Eight cameras rolling at once. A director cutting on the fly. No time for mistakes, and no second chances. Now imagine being able to hit record on all of them simultaneously — capturing every angle in pristine ProRes — while editors on the same network are already pulling clips for replay. That is exactly what the HyperDeck ISO Recorder 100G was built to do. It is not just an incremental upgrade. The processing architecture is entirely new — eight times more powerful than a HyperDeck Studio 4K — because handling eight simultaneous Ultra HD ProRes streams demands it. From live sports to concert broadcasts to multi-camera news production, this is the recorder that keeps pace with the pace of live. 8-Camera ISO Recording Every camera gets its own isolated recording. Recut the show any way you want in post — or pull clips for instant replay before the broadcast even ends. Direct-to-Network Storage Files land straight on shared NAS over 100G Ethernet. Multiple editors can open and work on the same media — while it is still being recorded. Live Action Replay Pair it with DaVinci Resolve and you have a full replay system. Select your angle in the multi-view, hit On Air, and the replay runs. Clean, fast, no extra hardware. Full Redundancy Dual 100G ports for video, dual 100G ports for storage, redundant PSUs, redundant cooling fans. If one path fails, the other keeps you on air. No exceptions. RS-422 Deck Control Legacy automation systems speak RS-422. So does this. Drop it into existing broadcast infrastructure without rewiring a thing. It even loops out to control other decks. SMPTE-2110 Native Built for the IP video era. A single 100G Ethernet cable carries all 8 video channels. Add SDI via the Blackmagic SDI Expander 8x12G whenever you need it. Design A broadcast deck that feels like one There is a reason traditional broadcast decks have barely changed their control layout in 40 years — the design works. Blackmagic kept what works and rebuilt everything underneath it. The machined metal search dial has real mass and a soft rubber surface with an active electronic clutch. The transport buttons have a firm, tactile feel. The LCD supports both light and dark mode. Front-panel USB-C means firmware updates take minutes, not days. Air flows front-to-back, keeping the controls clean and accessible while the thermals stay under control — even in a packed rack. A headphone jack and built-in speaker round out the front panel. This is a machine that was thought through, not just spec'd out. Integration It speaks every language your facility already uses RS-422 has been the backbone of broadcast automation since the early 1980s — and it is going nowhere. The HyperDeck ISO Recorder 100G carries full RS-422 serial deck control, so every automation system your facility has invested in still works, right out of the box. No adapters, no middleware, no compromises. It supports the Advanced Media Protocol for disk recorder management, and any transport button pressed on the front panel mirrors out through RS-422 — so you can daisy-chain and control other HyperDecks in sync. Broadcast engineers will recognize the device IDs immediately: 0xF0E0 in 30/60p, 0xF1E0 in 25/50p, 0xF2E0 in 24p. Reliability Built for the moments when failure is not an option Broadcasters do not get do-overs. A frame dropped during the championship, a missed replay at the concert, a storage hiccup during the live segment — these are not inconveniences. They are incidents. HyperDeck ISO Recorder 100G was engineered with that reality at the center of every design decision. Video Network Dual 100G SMPTE-2022-7 Seamless Protection Switching Storage Network Dual 100G dedicated Ethernet ports Power Supply Redundant AC power supplies, hot-swap capable Cooling Multiple redundant fans, front-to-back airflow Clock + Control Redundant PTP and control ports Monitoring Fan status, CPU temp, per-port transfer speeds in utility software SMPTE 2022-7 Seamless Protection Switching sends two identical copies of your video across both 100G connections simultaneously. On the receive side, incoming RTP packets are compared by sequence number, and a perfect frame is reconstructed from whichever packet arrives first. Switchover is completely transparent — no dropped frames, no audio glitches. Formats & Compatibility ProRes files that go everywhere you need them to go ProRes is the language of professional post. Whether your editors are on DaVinci Resolve, Media Composer, Premiere Pro, or Final Cut Pro, everything the HyperDeck records opens natively — no transcoding, no waiting. You get three flavors to choose from depending on how much storage you are working with and how much quality headroom your edit needs. ProRes 422 HQ gives you the maximum quality ceiling. ProRes 422 hits the sweet spot for most broadcast workflows. ProRes 422 LT cuts file sizes significantly for longer-duration recording without sacrificing broadcast-acceptable quality. The Blackmagic Cloud Store Ultra and Cloud Dock Ultra are the recommended storage solutions — both feature 100G Ethernet ports that can serve the HyperDeck on one port and your editor network on the other, simultaneously. ProRes 422 HQ ProRes 422 ProRes 422 LT DaVinci Resolve Avid Media Composer Adobe Premiere Pro Final Cut Pro SMPTE-2110 SMPTE 2022-7 RS-422 Tech Specs Key specifications The specs that matter most to broadcast engineers and system integrators. Full technical documentation is available directly from Blackmagic Design. Video Recording Simultaneous camera inputs 8 cameras (Ultra HD or HD) Recording codec ProRes HQ, ProRes 422, ProRes LT, ProRes Proxy — up to 2160p60 Video sampling 4:2:2 YUV, 10-bit color Color space Rec. 709, Rec. 2020 HDR support HLG, ST2084 (300 to 4000 nits) Audio PCM up to 16 channels or AAC 2ch — 24-bit, 48 kHz Supported Standards Ultra HD 2160p23.98 / 24 / 25 / 29.97 / 30 / 50 / 59.94 / 60 4K DCI 4Kp23.98 / 24 / 25 / 29.97 / 30 DCI HD 1080i, 1080p, 720p — all common frame rates SMPTE compliance ST 2110-20/21/30/40, SMPTE 2022-7, SMPTE 292M, 424M, 425M, 2081, 2082, 2084, 2108 IP video codec Blackmagic IP10 (optional) for 2160p59.94/60 over 2110 Connectivity 100G IP video (SMPTE-2110) 2 × 100G QSFP28 — redundant, SMPTE 2022-7 seamless switching 100G storage Ethernet 2 × 100G QSFP28 — dedicated, redundant SDI (via expander) Up to 8 × 12G-SDI via Blackmagic SDI Expander 8x12G SDI monitor outputs 2 × SDI (1.5G / 3G / 6G / 12G) HDMI monitor output 1 × HDMI (up to 2160p60) Control network 2 × 10G RJ45 (NMOS IS-04 / IS-05) PTP clock reference 2 × RJ45 (IEEE 1588-2008 PTP v2, ST 2059) Management 1 × 1G RJ45 — HyperDeck Setup utility USB-C Front panel — firmware updates External control RS-422, Advanced Media Protocol, Ethernet Protocol, FTP, HTTP Web Media Manager Analog audio Front-panel 6.35 mm headphone jack + mono speaker Power inputs 2 × IEC C14 — 100–240 V AC, 50/60 Hz (redundant) Control & Display Front panel controls 16 transport buttons — record, play, stop, fast forward, rewind, previous/next clip, input Search dial Machined metal, soft rubber grip, active electronic clutch LCD screen 2.2-inch color display — video, audio metering, timecode, light/dark mode RS-422 loop out Transport button presses mirror to rear RS-422 port for chained deck control Operating system Blackmagic OS — instant power on, 3D LUT support, 13 languages Physical & Power Rack height 2U (2 rack units) Power supply Dual redundant AC — 100–240 V, 50/60 Hz Cooling Front-to-back airflow, multiple redundant fans Operating temperature 0° to 40°C (32° to 104°F) Warranty 1 year limited manufacturer's warranty In the box HyperDeck ISO Recorder 100G + welcome wallet with QR for software download Software & OS Support Included software Blackmagic OS, Blackmagic HyperDeck Setup Replay software DaVinci Resolve (free download) — 8-camera multi-view, on-air replay, stingers, highlights reel macOS Mac 15.0 Sequoia, Mac 26.0 Tahoe or later Windows Windows 11 NMS control NMOS IS-04 v1.3.2, IS-05 v1.1.2, BCP-002-01, BCP-004-01 Sustained throughput 12 GB/s over 100G Ethernet Full technical specifications, physical dimensions, and compliance documentation: Blackmagic Design official tech specs →
More you might like
Related
Blackmagic HyperDeck ISO Recorder 100G
Related
Blackmagic Design HyperDeck ISO Recorder 100G
Blackmagic Design HyperDeck ISO Recorder 100G
Related