MCPcopy 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
58export function findFFprobe(): string | undefined {
59 return findConfiguredBinary(FFPROBE_PATH_ENV, "ffprobe");
60}
61
62export function getFFmpegInstallHint(): string {
63 switch (process.platform) {

Callers 4

checkFFprobeFunction · 0.85
probeVideoFunction · 0.85
renderFunction · 0.85
isWav16kMonoFunction · 0.85

Calls 1

findConfiguredBinaryFunction · 0.85

Tested by

no test coverage detected