diff --git a/FFMpegCore/FFMpeg/FFMpegGlobalArguments.cs b/FFMpegCore/FFMpeg/FFMpegGlobalArguments.cs
index b9df52d..7c8c30d 100644
--- a/FFMpegCore/FFMpeg/FFMpegGlobalArguments.cs
+++ b/FFMpegCore/FFMpeg/FFMpegGlobalArguments.cs
@@ -16,8 +16,7 @@ public sealed class FFMpegGlobalArguments : FFMpegArgumentsBase
}
///
- ///
- /// undocumented in
+ ///
///
///
///
@@ -27,10 +26,7 @@ public sealed class FFMpegGlobalArguments : FFMpegArgumentsBase
}
///
- ///
- /// Suppress printing banner.
- /// All FFmpeg tools will normally show a copyright notice, build options and library versions.
- /// This option can be used to suppress printing this information.
+ ///
///
///
public FFMpegGlobalArguments WithHideBanner()
@@ -39,8 +35,7 @@ public sealed class FFMpegGlobalArguments : FFMpegArgumentsBase
}
///
- ///
- /// Explicitly disable logging of encoding progress/statistics.
+ ///
///
///
public FFMpegGlobalArguments WithNoStats()