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

Function findFFmpeg

packages/cli/src/browser/ffmpeg.ts:54–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52}
53
54export function findFFmpeg(): string | undefined {
55 return findConfiguredBinary(FFMPEG_PATH_ENV, "ffmpeg");
56}
57
58export function findFFprobe(): string | undefined {
59 return findConfiguredBinary(FFPROBE_PATH_ENV, "ffprobe");

Callers 10

checkFFmpegFunction · 0.85
ffmpeg.test.tsFile · 0.85
getDoctorSummaryFunction · 0.85
transcodeToMp4Function · 0.85
renderFunction · 0.85
hasFFmpegFunction · 0.85
extractAudioFunction · 0.85
prepareAudioFunction · 0.85
createStudioServerFunction · 0.85

Calls 1

findConfiguredBinaryFunction · 0.85

Tested by

no test coverage detected