|
|
|
|
@ -28,7 +28,7 @@ function getFfPath(cmd) {
|
|
|
|
|
if (customFfPath) return join(customFfPath, exeName);
|
|
|
|
|
|
|
|
|
|
if (isDev) {
|
|
|
|
|
const components = ['ffmpeg'];
|
|
|
|
|
const components = ['ffmpeg', `${platform}-${arch}`];
|
|
|
|
|
if (isWindows || isLinux) components.push('lib');
|
|
|
|
|
components.push(exeName);
|
|
|
|
|
return join(...components);
|
|
|
|
|
|