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

Function ffmpegVersion

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

Source from the content-addressed store, hash-verified

43}
44
45async function ffmpegVersion() {
46 logger.log("ffmpegInstaller", ffmpeg);
47
48 const childProcess = await execute(ffmpeg.path, ["-version"]);
49
50 logger.log("ffmpeg -version", {
51 output: childProcess.stdout.split("\n")[0],
52 });
53}
54
55export const ffprobeInstaller = task({
56 id: "ffprobe-installer",

Callers 1

binaries.tsFile · 0.85

Calls 2

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…