I am using videojs plugin in angular2 to record the video. I want to allow user to slice the recorded video in particular time frame user want by selecting time.
Is there any functionality available in videojs to slice a recorded video? if yes then what options we have to set for it?
If that type of functionality is not available then is there any plugin available in angular2 which I can use for allow user to slice a video that means select a time frame by simple slider, and can preview that selected part?
In backend I had setup FFMPEG to cut slice the video but I want to allow user to select a time frame and preview it in frontend angular2 so need plugin for angular2 to slice the video and preview.