public static List <CommandOutput> To <TOutputType>(this FFmpegCommand command, SettingsCollection settings) where TOutputType : class, IContainer, new() { return(command.To <TOutputType>(string.Empty, settings)); }
public static List <CommandOutput> To <TOutputType>(this FFmpegCommand command) where TOutputType : class, IContainer, new() { return(command.To <TOutputType>(SettingsCollection.ForOutput())); }