Dont copy codec

This commit is contained in:
Kieran
2023-01-26 14:20:10 +00:00
parent b3be59aec6
commit dc0199a3d6

View File

@@ -34,7 +34,6 @@ public class StripMetadata
.OutputToFile(output, true, o =>
{
o.WithoutMetadata();
o.CopyChannel();
})
.CancellableThrough(cts);