Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

split a video file by given time period

This script will split the video into two files when valid time periods are given.

Requirements

Install python in the host system Install ffmpeg-python

pip install ffmpeg-python

usage

python videosplitter.py test.mp4 0 50 out1.mp4 out2.mp4

OR

python videosplitter.py -h