diff --git a/services/web-ui/public/modal-new-recorder.jsx b/services/web-ui/public/modal-new-recorder.jsx index 805bda0..5f74584 100644 --- a/services/web-ui/public/modal-new-recorder.jsx +++ b/services/web-ui/public/modal-new-recorder.jsx @@ -162,7 +162,7 @@ function NewRecorderModal({ open, onClose }) { const codecUsesBitrate = BITRATE_CODECS.has(recCodec); const [proxyOn, setProxyOn] = React.useState(true); const [growingOn, setGrowingOn] = React.useState(false); - // Growing-files mode forces the master to H.264 / MPEG-TS in the capture + // Growing-files mode forces the master to XDCAM HD422 / MXF OP1a in the capture // backend (the only growing format Premiere can import live), but the target // bitrate is still operator-controlled and applied via -b:v. Keep the bitrate // input visible/editable whenever growing is on, even if the selected (and @@ -432,7 +432,7 @@ function NewRecorderModal({ open, onClose }) {