minor cleanup

This commit is contained in:
N00MKRAD
2021-03-22 21:56:14 +01:00
parent 7b261382f4
commit 4ecc10340d

View File

@@ -1,11 +1,6 @@
using Flowframes;
using Flowframes.IO;
using Flowframes.IO;
using Flowframes.Magick;
using Flowframes.Main;
using Flowframes.OS;
using Flowframes.UI;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
@@ -234,7 +229,7 @@ namespace Flowframes.Main
if (muxFromInput)
await FfmpegAudioAndMetadata.MergeStreamsFromInput(inputPath, outVideo, I.current.tempFolder);
else
await FfmpegAudioAndMetadata.MergeAudioAndSubs(outVideo, I.current.tempFolder); // Merge from audioFile into outVideo
await FfmpegAudioAndMetadata.MergeAudioAndSubs(outVideo, I.current.tempFolder);
}
catch (Exception e)
{