Skip to content

A simple program using python to extract some section from a video file

Notifications You must be signed in to change notification settings

ArielxX/cut-video

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cut-video

A simple program using python to extract some section from a video file

Getting Started

Install pipenv to manage the virtual environment for the project

pip install pipenv

Then set the virtual environment on and install all the dependencies

pipenv install

Run the project

Run the cut-video.py file. There are some arguments to specify:

Argument Utilty
rute The rute/name of the video file
start The start time to cut in seconds
end The start time to cut in seconds
NAME (optional) name or rute of the final cutted video

For default the name of the final video will be test.mp4

For example, for extract the first 5 seconds from the video a.mp4 located in the current folder:

python cut-video.py a.mp4 0 5

About

A simple program using python to extract some section from a video file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages