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

Function getFfprobeBinary

packages/engine/src/utils/ffmpegBinaries.ts:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41}
42
43export function getFfprobeBinary(): string {
44 return getConfiguredBinary(FFPROBE_PATH_ENV, "ffprobe");
45}
46
47export function assertConfiguredFfmpegBinariesExist(): void {
48 const ffmpegPath = process.env[FFMPEG_PATH_ENV]?.trim();

Callers 3

runFfprobeJsonFunction · 0.90
runFfprobeFunction · 0.85

Calls 1

getConfiguredBinaryFunction · 0.85

Tested by

no test coverage detected