fix(capture): lower GROWING_DEFAULT_BITRATE 50M→25M
25 Mbps is sufficient for XDCAM HD422 1080i/1080p at broadcast quality and halves storage use. Operators can still override via recording_video_bitrate.
This commit is contained in:
parent
75f265534e
commit
9809cdd13e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue