Skip to content

C++ video cutter given a video file and specifying start and end seconds it will cut it to that video length

Notifications You must be signed in to change notification settings

halfaHalfawy/video_cut

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Video cutter

Requirements

FFMPEG is required to be installed in the system as is used in the background to cut the video file

Compilation

g++ video_cut.cpp -std=c++11 -o video_cut

Usage

Command ( video_cut ) follow by the video file and then the start second and the end second

./video_cut video_file.mp4 0 30

About

C++ video cutter given a video file and specifying start and end seconds it will cut it to that video length

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%