amittkSharma / react-video-player-extended

React-video-player-extended supports both development and general user requirements. This video players provides the functionality for marking frames, jumping back and forth between frames based on the fps.
MIT License
19 stars 14 forks source link

Add support for continuous marker #31

Closed tran302 closed 8 months ago

tran302 commented 9 months ago

In addition to marker on a specific frame, continuous marker would be beneficial to highlight specific time intervals in a video.

amittkSharma commented 8 months ago

Continuous marker functionality is implemented in version 9.1.0, but it is not time interval-based.

One will get the markers continuously as the video progresses but this functionality will not add or highlight any marker on the video progress bar.

Could you please elaborate on the use case for the interval-based markers? Here markers are for annotating the frames in the video.

tran302 commented 8 months ago

@amittkSharma I'm working on an application that detects periods (continuous frames like 5 second mark ~ 15 second mark) of the given uploaded video where humans appear in the video. Using html5 video player, it currently plays only those detected periods, but it'd be more useful if the video progress bar highlights those detected periods to get a better picture quickly on where in the video humans appear, how long they appear out of the entire video duration (as it could be hours in duration in our use case), etc.