namespace TwitchDownloaderWPF.Properties { public class CustomFfmpegArgs { public string CodecName { get; set; } public string ContainerName { get; set; } public string InputArgs { get; set; } public string OutputArgs { get; set; } } }