private static void EnsureFfmpegDependency(Ffmpeg ffmpeg) { Console.WriteLine("Finding or downloading ffmpeg"); ffmpeg.EnsureExists(); }