mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-12-14 01:55:45 +00:00
7 lines
No EOL
156 B
C#
7 lines
No EOL
156 B
C#
namespace FFMpegCore.Arguments
|
|
{
|
|
public class QuietArgument : IArgument
|
|
{
|
|
public string Text => "-hide_banner -loglevel warning";
|
|
}
|
|
} |