Feature request to support showing a preview image of a point in the video when the seek bar is hovered over.
One way to do it is in the style of YouTube:
Or, since ClassTranscribe mostly hosts screen recordings of large amounts of text, instead of showing a small preview over the cursor, the preview image could take up most of the screen, to let users see finer details:
Before hover:
While hovering:
Some way to visually navigate the video without having to do a binary search through clicking and waiting for the video to buffer would be super helpful for skimming videos.
The way Netflix do that is to save a low resolution image (as blob) every 10 seconds, for every video. So perhaps works need to be done on the backend side to implement this feature.
Feature request to support showing a preview image of a point in the video when the seek bar is hovered over.
One way to do it is in the style of YouTube:
Or, since ClassTranscribe mostly hosts screen recordings of large amounts of text, instead of showing a small preview over the cursor, the preview image could take up most of the screen, to let users see finer details:
Before hover:
While hovering:
Some way to visually navigate the video without having to do a binary search through clicking and waiting for the video to buffer would be super helpful for skimming videos.