sS ffmpeg_toMonoAudio_44k(File in, File out) { ret backtick(ffmpegCmd() + " " + ffmpeg_inArg(in) + " -ac 1 -ar 44100 " + ffmpeg_outArg(out)); }