diff --git a/NotEnoughAV1Encodes/Video/VideoMuxer.cs b/NotEnoughAV1Encodes/Video/VideoMuxer.cs index f1d71a0..b78962f 100644 --- a/NotEnoughAV1Encodes/Video/VideoMuxer.cs +++ b/NotEnoughAV1Encodes/Video/VideoMuxer.cs @@ -191,6 +191,10 @@ private static void MuxMKVMerge(bool mux, Queue.QueueElement queueElement, strin if (Path.GetExtension(queueElement.VideoDB.OutputPath).ToLower() == ".webm") { webmcmd = " --webm "; + + // Skip Subtitles - theoretically WebM supports WebVTT + // however we skip it until a better implementation in NEAV1E exists + subsMuxCommand = ""; } //Run mkvmerge command