Kiikurage/video-editor

Quantize startInMS/endInMS

Closed this issue · 1 comments

Currently, startInMS and endInMS are any float value. Practically, it's not good to use. Instead, we should quantize it based on FPS.

Proposed format: hh:mm:ss.<frame>

e.g. 12:34.56 = 12 minutes, 34 seconds, and 56th frame

Closed in #38