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

Function isWebCompatible

packages/cli/src/commands/init.ts:135–137  ·  view source on GitHub ↗
(codec: string)

Source from the content-addressed store, hash-verified

133}
134
135function isWebCompatible(codec: string): boolean {
136 return WEB_CODECS.has(codec.toLowerCase());
137}
138
139// hasFFmpeg is imported from whisper/manager.ts to avoid duplication
140

Callers 1

handleVideoFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected