You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given a video, we want to split it into n equal clips.
Create function split_video:
Parameters :
video_path_in (string)
video_name (string)
n (int) : number of clips wanted
Output_path (string) : path to output folder where clips will be stored