- VC-3 / DNxHD — 8-bit 4:2:2 @ 1080p59.94, MXF OP1a. Premiere-native edit-while-record (imports + grows live). {growingCodec === 'vc3_220' ? '~220 Mbps, highest quality.' : '~90 Mbps, lighter storage (default).'}
+
+ {/* Clean two-way segmented toggle for the only growing choice that
+ matters: 90 vs 220 Mbps. Both are VC-3/DNxHD MXF OP1a, the rest
+ is fixed, so a binary toggle reads faster than a dropdown. */}
+
+ {[
+ { v: 'vc3_90', big: '90', sub: 'Mbps', note: 'Lighter · default' },
+ { v: 'vc3_220', big: '220', sub: 'Mbps', note: 'Highest quality' },
+ ].map(opt => {
+ const active = growingCodec === opt.v;
+ return (
+
+ );
+ })}
+
+
+ 8-bit 4:2:2 · MXF OP1a · Premiere-native edit-while-record (imports + grows live).