// TODO: minutes/hours sS formatTimestampRanges(L l) { ret mapToLines(l, r -> ffmpeg_formatSeconds(r.start) + "-" + ffmpeg_formatSeconds(r.end)); }