// position = seconds sS ffmpeg_getSingleFrame(File inVideo, File outImage, double position) { ret backtick(ffmpegCmd() + "-ss " + ffmpeg_formatSeconds(position) + " " + ffmpeg_inArg(in) + " -vframes 1 " + ffmpeg_outArg(out)); }