From 4ecc10340d3cfe85be727bfaf81d083484f2fb16 Mon Sep 17 00:00:00 2001 From: N00MKRAD Date: Mon, 22 Mar 2021 21:56:14 +0100 Subject: [PATCH] minor cleanup --- Code/Main/CreateVideo.cs | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Code/Main/CreateVideo.cs b/Code/Main/CreateVideo.cs index 89db4ee..414cddc 100644 --- a/Code/Main/CreateVideo.cs +++ b/Code/Main/CreateVideo.cs @@ -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) {