Reconstruct from frame count.
static Duration fromFrames(int frames, double fps) => Duration(milliseconds: (frames / fps * 1000).round());