From c7b82dca6d7b674f7b3f2225cacab96a7c36dcc3 Mon Sep 17 00:00:00 2001 From: N00MKRAD Date: Tue, 9 Mar 2021 18:52:07 +0100 Subject: [PATCH] Status update for muxing --- Code/Main/CreateVideo.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Code/Main/CreateVideo.cs b/Code/Main/CreateVideo.cs index fdcd54f..7d6f5c6 100644 --- a/Code/Main/CreateVideo.cs +++ b/Code/Main/CreateVideo.cs @@ -216,6 +216,8 @@ namespace Flowframes.Main if (!Config.GetBool("keepAudio") && !Config.GetBool("keepAudio")) return; + Program.mainForm.SetStatus("Muxing audio/subtitles into video..."); + bool muxFromInput = Config.GetInt("audioSubTransferMode") == 0; try