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