Skip to content

Automatically extract clips from a vod using color values.

Notifications You must be signed in to change notification settings

newclarityex/video-cutter-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

video cutter script

Automatically extract clips from a vod using color values. Requires opencv-python and moviepy

Instructions

Set the fps to the fps of the video. startoffset and endoffset are in seconds and represent the distance from the detection point where the video start cutting. startcoords and endcoords lists of coordinates and colors, to add a color add a tuple of tuples in this format: ((x,y),(r,g,b)). Add a video file called "file.mp4", then run the program. Your clips will appear in the output folder.

About

Automatically extract clips from a vod using color values.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages