Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
135
function
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
handleVideoFile
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected