MCPcopy Index your code
hub / github.com/triggerdotdev/trigger.dev / ffprobeVersion

Function ffprobeVersion

references/v3-catalog/src/trigger/binaries.ts:36–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34}
35
36async function ffprobeVersion() {
37 const ffprobe = await getFfprobe();
38 const childProcess = await execute(ffprobe.path, ["-version"]);
39
40 logger.log("ffprobe -version", {
41 output: childProcess.stdout.split("\n")[0],
42 });
43}
44
45async function ffmpegVersion() {
46 logger.log("ffmpegInstaller", ffmpeg);

Callers 1

binaries.tsFile · 0.85

Calls 3

getFfprobeFunction · 0.85
executeFunction · 0.85
logMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…