Skip to content

sontallive/VideoMovementSplitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Video Movement Splitter

a video split util used for videos or live stream

usage

from VideoProcess import VideoProcess
# 5 is the fps of the video
# test_split is the dir of videos to be saved
video_process = VideoProcess(5,'test_split')
for frame in frames:
    video_process.new_frame(frame)
video_process.finish()

the frames could be frames read from a video, also could be from a live stream. This util is frame-based.

About

a video splitter based on movement of the video

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages