mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-05-13 02:49:26 -05:00
FF-1680: New flow elements for file/folder dates
This commit is contained in:
@@ -69,26 +69,6 @@ namespace FileFlows.AudioNodes
|
||||
if (ReadAudioFileInfo(args, ffmpegExe, ffprobe, LocalWorkingFile))
|
||||
return 1;
|
||||
return -1;
|
||||
|
||||
// var AudioInfo = GetAudioInfo(args);
|
||||
// if (AudioInfo.Failed(out string error))
|
||||
// {
|
||||
// args.FailureReason = error;
|
||||
// args.Logger?.ELog(error);
|
||||
// return -1;
|
||||
// }
|
||||
//
|
||||
// if (string.IsNullOrEmpty(AudioInfo.Value.Codec) == false)
|
||||
// args.RecordStatistic("CODEC", AudioInfo.Value.Codec);
|
||||
//
|
||||
// string container = FileHelper.GetExtension(args.FileName).ToUpperInvariant().TrimStart('.');
|
||||
// if (string.IsNullOrEmpty(container) == false)
|
||||
// {
|
||||
// args.Logger?.ILog("Audio Container: " + container);
|
||||
// args.RecordStatistic("AUDIO_CONTAINER", container);
|
||||
// }
|
||||
//
|
||||
// return 0;
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user