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