MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / joinParams

Function joinParams

packages/engine/src/services/chunkEncoder.ts:301–302  ·  view source on GitHub ↗
(...parts: string[])

Source from the content-addressed store, hash-verified

299 gopParams = codec === "h264" ? shared : `keyint=${gop}:min-keyint=${gop}:${shared}`;
300 }
301 const joinParams = (...parts: string[]): string =>
302 parts.filter((p) => p.length > 0).join(":");
303 if (preset === "ultrafast") {
304 args.push(xParamsFlag, joinParams("aq-mode=3", colorParams, gopParams));
305 } else {

Callers 1

buildEncoderArgsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected