Сообщение от cupoma58
|
Как, через currentTime, выйти на выбранный кадр?
|
Сообщение от https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/currentTime
|
The HTMLMediaElement interface's currentTime property specifies the current playback time in seconds.
|
current-frame-number = frames-per-second * max(0, current-time - 1) + 1