From 9809cdd13e00fb3c7be757195d53067aded24544 Mon Sep 17 00:00:00 2001 From: Zac Gaetano Date: Mon, 1 Jun 2026 22:41:53 +0000 Subject: [PATCH] =?UTF-8?q?fix(capture):=20lower=20GROWING=5FDEFAULT=5FBIT?= =?UTF-8?q?RATE=2050M=E2=86=9225M?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 25 Mbps is sufficient for XDCAM HD422 1080i/1080p at broadcast quality and halves storage use. Operators can still override via recording_video_bitrate. --- services/capture/src/capture-manager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/capture/src/capture-manager.js b/services/capture/src/capture-manager.js index d225dd5..b6af963 100644 --- a/services/capture/src/capture-manager.js +++ b/services/capture/src/capture-manager.js @@ -330,7 +330,7 @@ const GROWING_VIDEO_ELEMENTARY_ARGS = [ '-c:v', 'mpeg2video', '-pix_fmt', 'yuv422p', '-dc', '10', '-g', '15', '-bf', '2', ]; -const GROWING_DEFAULT_BITRATE = '50M'; +const GROWING_DEFAULT_BITRATE = '25M'; const GROWING_EXT = 'mxf'; // Video essence partition interval (frames). raw2bmx starts a new body partition // + IndexTableSegment every PART_INTERVAL frames; this is the granularity at