Compare commits

...

2 commits

Author SHA1 Message Date
PCF
e78f6a07bd
Merge 398ab1fd96 into cc75e03ec9 2025-11-02 20:56:11 +00:00
PCF
398ab1fd96
Removed duplicate documentation 2025-11-02 21:56:05 +01:00

View file

@ -16,8 +16,7 @@ public sealed class FFMpegGlobalArguments : FFMpegArgumentsBase
} }
/// <summary> /// <summary>
/// <see href="https://trac.ffmpeg.org/wiki/Hardware/VAAPI#SurfaceFormats" /> /// <inheritdoc cref="HardwareAccelerationOutputFormatArgument"/>
/// undocumented in <see href="https://www.ffmpeg.org/ffmpeg.html#Advanced-Video-options" />
/// </summary> /// </summary>
/// <param name="device"></param> /// <param name="device"></param>
/// <returns></returns> /// <returns></returns>
@ -27,10 +26,7 @@ public sealed class FFMpegGlobalArguments : FFMpegArgumentsBase
} }
/// <summary> /// <summary>
/// <see href="https://ffmpeg.org/ffmpeg.html#Generic-options" /> /// <inheritdoc cref="HideBanner"/>
/// 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.
/// </summary> /// </summary>
/// <returns></returns> /// <returns></returns>
public FFMpegGlobalArguments WithHideBanner() public FFMpegGlobalArguments WithHideBanner()
@ -39,8 +35,7 @@ public sealed class FFMpegGlobalArguments : FFMpegArgumentsBase
} }
/// <summary> /// <summary>
/// <see href="https://ffmpeg.org/ffmpeg.html#Main-options" /> /// <inheritdoc cref="Stats"/>
/// Explicitly disable logging of encoding progress/statistics.
/// </summary> /// </summary>
/// <returns></returns> /// <returns></returns>
public FFMpegGlobalArguments WithNoStats() public FFMpegGlobalArguments WithNoStats()