CarloCattano / video-split-by-size

Split a video by a given chunk size

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Split a video by a given size

Uses ffmpeg to split a video by a given size

splitter = Split(100,"./")
splitter.splitVid("vid.mp4")

Will split the desired video by chunks of approx. 100MB and save them to the ./ directory or any other specified.

ffmpeg must be installed in your system path

About

Split a video by a given chunk size


Languages

Language:Python 100.0%