UNPKG

@hopeio/utils

Version:
16 lines (15 loc) 221 B
var n = null; let t = "ffmpeg"; function o(e) { t = e; } function f(e) { e = t + e, console.log(e), n.execSync(e, { encoding: "utf-8", stdio: "inherit" }); } export { f as ffmpegCmd, o as setExecPath };