Recap: high-quality input, not small file
Track 3 lesson 10 covered the encode itself. This lesson is the broader workflow: faststart, color tagging, audio targets, the metadata that helps YouTube's transcoder make good decisions about your video.
The checklist
-pix_fmt yuv420p(oryuv420p10lefor HDR) — required.-movflags +faststart— moves MP4 metadata to the front. YouTube's ingestor accepts both, but having faststart on means the file plays correctly during background validation.- Color tags consistent (BT.709 for SDR, BT.2020+PQ for HDR10).
- Audio at 384 kbps stereo / 512 kbps 5.1 — YouTube's recommended target for AAC.
- No edit lists, no B-frames-only-keyframes weirdness.
- CRF 18 -preset slow is the master-quality choice. Two-pass at high bitrate works too.