Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/heygen-com/hyperframes
/ findFFprobe
Function
findFFprobe
packages/cli/src/browser/ffmpeg.ts:58–60 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
56
}
57
58
export
function
findFFprobe(): string | undefined {
59
return
findConfiguredBinary(FFPROBE_PATH_ENV,
"ffprobe"
);
60
}
61
62
export
function
getFFmpegInstallHint(): string {
63
switch (process.platform) {
Callers
4
checkFFprobe
Function · 0.85
probeVideo
Function · 0.85
render
Function · 0.85
isWav16kMono
Function · 0.85
Calls
1
findConfiguredBinary
Function · 0.85
Tested by
no test coverage detected