From 35165e28a887d49b4827b65322b86c15b94cd46b Mon Sep 17 00:00:00 2001 From: Zac Gaetano Date: Sun, 31 May 2026 22:14:52 -0400 Subject: [PATCH] fix(gui): modal reflects MXF XDCAM growing format (was stale MPEG-TS text) Co-Authored-By: Claude Opus 4.8 --- services/web-ui/public/modal-new-recorder.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 }) {