mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-06 07:49:43 -06:00
FF-253 - added Create Audio Book node
This commit is contained in:
@@ -20,7 +20,7 @@ public class AudioFileNormalization : AudioNode
|
||||
{
|
||||
try
|
||||
{
|
||||
string ffmpegExe = GetFFMpegExe(args);
|
||||
string ffmpegExe = GetFFmpeg(args);
|
||||
if (string.IsNullOrEmpty(ffmpegExe))
|
||||
return -1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user