public static FFmpegCommand CreateOutputCommand(this CommandFactory factory) { factory.AddCommandAsOutput(FFmpegCommand.Create(factory)); return(factory.CommandList[factory.CommandList.Count - 1]); }