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

Function ffmpegInstallCommand

packages/cli/src/browser/linuxDeps.ts:198–203  ·  view source on GitHub ↗
(family: LinuxDistroFamily)

Source from the content-addressed store, hash-verified

196 * on every family we support).
197 */
198export function ffmpegInstallCommand(family: LinuxDistroFamily): string {
199 if (family === "unknown") {
200 return "Install ffmpeg (which includes ffprobe) via your distro package manager, then re-run.";
201 }
202 return `${INSTALL_PREFIX[family]} ffmpeg`;
203}
204
205/**
206 * Human-readable environment label for a detected distro — "WSL" when running

Callers 2

linuxDeps.test.tsFile · 0.85
getFFmpegInstallHintFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected