Skip to content

mtdukes/vidSplit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

VidSplit is a Python script to automate splitting mp4s and mp3s into smaller chunks by a time interval using ffmpeg.

It accepts three arguments: the file path, the duration of the smaller chunks (in seconds) and the total duration (in seconds). So if your video, located at Documents/myvideo.mp4, is one hour long and you want it split into one minute chunks, enter the following into your command line:

python vidSplit.py Documents/myvideo.mp4 60 3600

Need help? Contact Tyler Dukes at tyler@reporterslab.org.

About

A Python script that uses ffmpeg to split up videos into smaller pieces by a user-specified duration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages