sS ffmpeg_toMonoAudio(File/S in, File out default appendToFileBaseName(in, ".mono")) { ret backtick(ffmpegCmd() + " " + ffmpeg_inArg(in) + " -ac 1 " + ffmpeg_outArg(out)); }