From dc0199a3d6e37affa5081e2823852c6214bfd9d3 Mon Sep 17 00:00:00 2001 From: Kieran Date: Thu, 26 Jan 2023 14:20:10 +0000 Subject: [PATCH] Dont copy codec --- VoidCat/Services/Files/StripMetadata.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/VoidCat/Services/Files/StripMetadata.cs b/VoidCat/Services/Files/StripMetadata.cs index 5652898..a21aff4 100644 --- a/VoidCat/Services/Files/StripMetadata.cs +++ b/VoidCat/Services/Files/StripMetadata.cs @@ -34,7 +34,6 @@ public class StripMetadata .OutputToFile(output, true, o => { o.WithoutMetadata(); - o.CopyChannel(); }) .CancellableThrough(cts);