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

Function isGpuProbeDebugEnabled

packages/engine/src/utils/gpuEncoder.ts:214–217  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

212}
213
214function isGpuProbeDebugEnabled(): boolean {
215 const value = process.env.HYPERFRAMES_DEBUG_GPU_PROBE;
216 return value === "1" || value === "true";
217}
218
219// libx264 preset names (ultrafast/superfast/.../placebo) mapped to the
220// equivalent NVENC p1..p7 preset. NVENC rejects libx264 names with

Callers 1

logGpuProbeFailureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected