Chapter 3 — Key Takeaways
A one-page reference to screenshot and re-read before a shoot. Chapter 3 is the recording pipeline — how the image is compressed and stored, and why those choices decide what you can do in post. This is the one Chapter 2–3 decision you can never take back.
The core idea
The camera records a compressed approximation of what you saw — and how good that approximation is, and how far you can push it later, is chosen at capture and can never be undone. Compression damage is permanent; latitude is bought on set and spent in the grade. Ask one question before every shoot: what will happen to this footage in post?
Definitions
| Term | Meaning |
|---|---|
| Codec | The compression method that encodes video on record and decodes it on playback (H.264, H.265, ProRes, DNxHR). How the picture is packed. |
| Container | The file wrapper named by the extension (.MOV, .MP4, .MXF). The box — and it does not reliably reveal the codec inside. |
| Bitrate | Data recorded per second of video (Mb/s). Higher → more detail, bigger files. |
| Bit depth | Tonal steps per color channel: 8-bit = 256, 10-bit = 1,024, 12-bit = 4,096. Sets grading headroom before banding. |
| Chroma subsampling | How much color detail is kept vs full brightness detail: 4:4:4 (full), 4:2:2 (half), 4:2:0 (quarter). Matters for keying and heavy grades. |
| Dynamic range | The darkest-to-brightest span a camera holds in one exposure, measured in stops. |
| Log | A flat, low-contrast, desaturated recording curve that preserves maximum range for grading. An information container, not a look. |
| RAW | The sensor's near-unprocessed readings (before demosaicing and any profile), so the image is built in post. Maximum latitude, maximum cost. |
Codec vs container — the one that confuses everyone
| Codec | Container | |
|---|---|---|
| Is | the compression method | the file wrapper |
| Named by | (inside the file) | the extension (.MOV, .MP4) |
| Examples | H.264, H.265, ProRes, DNxHR | .MOV, .MP4, .MXF, .MKV |
| "Won't import" | usually this — transcode or install the decoder | rarely the real problem; renaming does nothing |
- Delivery codecs (H.264/H.265): small files, hard to edit (interframe/long-GOP — frames rebuilt from neighbors). Great for capture and web.
- Editing codecs (ProRes/DNxHR): big files, smooth to edit (intraframe — every frame complete). The intermediate you cut on (Ch.27, 36).
The flexibility ladder — standard → Log → RAW
| Format | Out of camera | Latitude | Cost | Use for |
|---|---|---|---|---|
| Standard (Rec.709) | Looks great, ready | Least | Low; any kit | Talking-head, social, run-and-gun, fast turnaround |
| Log | Flat, grey, "wrong" | Lots (needs 10-bit) | Must grade; expose carefully | Branded, narrative, any real "look" |
| RAW | Sensor data; built in post | Most | Huge files, heavy pipeline | High-end, VFX, big-screen — deliberate, never default |
Climb the ladder only as far as the look and your pipeline (card, computer, skill, deadline) actually need.
Bit depth & chroma — the pair that decides the grade
| The pair | Steps / color | Grades / keys like… |
|---|---|---|
| 8-bit 4:2:0 | 256 / quarter | Fine to watch & light-correct; bands under a heavy grade or key |
| 10-bit 4:2:0 | 1,024 / quarter | Lots of grading room; limited color for keying |
| 10-bit 4:2:2 | 1,024 / half | The sweet spot for serious grading and green screen |
| 12-bit / RAW | 4,096+ / full | Maximum latitude — and maximum cost |
- Bit depth → banding. Grading stretches tonal steps apart; 8-bit's 256 open into visible gaps in smooth areas (skies, walls, skin). 10-bit's 1,024 stay smooth.
- Chroma → keying + heavy color. 4:2:0 looks identical when watching (eyes favor brightness over color) but gives soft, blocky edges for green screen (Ch.35) and less room for big color moves.
Log — the three strings (read before you flip it on)
- Log must be graded. Ungraded, it looks broken. No grade planned? Shoot a standard profile.
- Log wants bit depth. Stretching flat 8-bit Log to contrast bands → 8-bit Log is a trap. Use 10-bit.
- Log needs careful exposure — slightly bright, to keep shadow noise down (Ch.5, §5.5).
The one question, four common answers
"What will happen to this footage in POST?"
├─ Cut fast, light color, tight deadline
│ → STANDARD (Rec.709), highest bitrate you can store. 8-bit 4:2:0 is fine.
├─ Build a real look / moody grade, you CAN and WILL grade
│ → LOG (or flat), 10-bit if possible, high bitrate, exposed carefully.
├─ Green screen / VFX / fine color
│ → 10-bit 4:2:2 minimum, clean high bitrate.
└─ High-end grade, big screen, must fix WB/exposure in post, you have the pipeline
→ RAW (compressed: BRAW / ProRes RAW / etc.).
The four setups → format lean
| Setup | Pressure | Sensible lean |
|---|---|---|
| Talking-head (Project 1) | Controlled, light correction | Standard profile, high bitrate; 10-bit/Log only if you'll grade |
| Walk-and-talk outdoors | High dynamic range (sky vs face) | Log/HLG if you'll grade; high bitrate |
| Product on a table | Color-critical, smooth backdrops | 10-bit pays off most; 4:2:2 if keying |
| Event/room, available light | Run-and-gun, long records, mixed light | Efficient codec, reliable bitrate, fast offload — rarely RAW |
Bitrate & cards — mind the units
- Bitrate is in megabits (Mb/s). Card write speed is in megabytes (MB/s). 8 bits = 1 byte, so Mb/s ÷ 8 = MB/s.
- 400 Mb/s = 50 MB/s of writing → want a card rated comfortably above (V60/V90), not exactly at it.
- Match card Video Speed Class (V30/V60/V90 = guaranteed MB/s) to your bitrate, with headroom.
Compression artifacts — name them, then avoid them
| Artifact | Looks like | Trigger | Fix |
|---|---|---|---|
| Banding | Stair-steps in smooth gradients | Low bitrate or low bit depth, under a grade | Higher bitrate; 10-bit |
| Macroblocking | Blocky squares | Low bitrate in shadows/fast motion | Higher bitrate |
| Smearing / mosquito noise | Mushy, shimmering fine detail | Low bitrate on busy motion (grass, water) | Higher bitrate |
All three are permanent. The grade amplifies them; it never removes them.
Common mistakes → fixes
| Mistake | Fix |
|---|---|
| Blaming the file/software when a clip won't import | Ask "what codec?" — transcode or install the decoder |
| Low bitrate "to save space," then banding in the grade | Highest bitrate the card sustains; damage is permanent |
| Fast camera on a too-slow card | Match card MB/s to bitrate ÷ 8, with headroom |
| Heavy grade or green screen shot 8-bit 4:2:0 | 10-bit / 4:2:2 when you'll grade hard or key |
| Shooting 8-bit Log | 10-bit Log, or a standard profile |
| Shooting Log and not grading it | Grade it (Ch.31–32), or shoot standard |
| Reaching for RAW with no pipeline | Match format to storage/computer/skill/deadline |
| Formatting a card before backing up | Two copies + a tested import before you wipe |
Pre-shoot format checklist
- [ ] Asked "what will happen to this footage in post?" and chosen accordingly
- [ ] Profile chosen (standard vs Log) and justified by the post plan — not by what sounds pro
- [ ] Bitrate set to the highest the card sustains (for anything graded)
- [ ] Bit depth / chroma set for the job (10-bit / 4:2:2 if grading hard or keying)
- [ ] Log? → 10-bit, exposed slightly bright, and a grade is actually planned
- [ ] White balance set correctly in camera (unless shooting RAW)
- [ ] Card fast enough (MB/s ≥ bitrate ÷ 8, with headroom) and from a trusted seller
- [ ] Offload plan written: two copies before the card is ever reused
- [ ] Test clip shot, offloaded, and confirmed to import and play cleanly
The card-and-offload rule (the one that saves careers)
Never format or reuse a card until its footage lives in at least two other places — and confirm the copies actually opened. Offload → back up → test import/playback → then wipe. (Formalized as 3-2-1 backup in Ch.37.)
Frame Log — this chapter's seeing prompts
Add one per day. Watch anything and answer one of: - Can I spot banding in a sky, a fade, or a studio backdrop? - Does this look over-compressed (blocky shadows, mushy motion)? What was the likely bitrate? - Is this a built grade (a real "look") or a straight-from-camera image? What tells me? - Did the camera hold both a bright window and a shadowed face, or sacrifice one? (dynamic range) - Where has a film handed its identity to color — and is that color motivated?
The craft principles this chapter carries
- You shoot for the edit. Bit depth, bitrate, and range are captured on set purely to give the grade room — coverage of a different kind, paid in storage.
- Fix it in pre, not in post. A format/card test on a throwaway clip catches a won't-import file or a banding trap before the day that counts.
- Motivate every choice. Reach up the flexibility ladder only as far as the look genuinely needs — never "to be safe" or "to look pro."
- The best format decisions are invisible. No viewer thanks you for enough bit depth; they just feel the video looks right.
This chapter's project step
Production Checkpoint: decide Project 1's capture format (standard vs Log) and card-and-offload workflow, then shoot a short test and confirm it imports and plays back cleanly. For most talking-heads: a good standard profile at the highest sustainable bitrate (8-bit 4:2:0 is fine), white balance set in camera. Log only if you'll genuinely grade it, in 10-bit, exposed carefully.
The one thing to remember
If you take a single line from this chapter into the rest of the book: the recording format sets the ceiling on what post can do — and you set it, blind, the instant you press record. You can re-light, re-frame, and re-cut, but you can never un-compress footage or add information that was never recorded. Choose the format for the edit you intend to have, test the whole chain before it counts, and back up before you wipe. That is the difference between a shooter who commands their footage and one who finds out the ceiling too late.