Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 876 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 876 Bytes

Procut

under developement

Procut is a minimalist time-efficient video editor focused on the power users based on ffmpeg library.

Functionality

Cutting and joining

Linux Installation

step 1: Install ffmpeg on your machine.Write the following command to install it.

$ sudo apt install ffmpeg 

step 2: Downlaod the Procut repository:

$ gti clone https://github.com/ShamsParvezArka/procut.git

step 3: Goto the repository directory:

$ cd procut/

step 4: Run the following commands to intall Procut:

$ sudo chmod +x build.sh
$ ./buid.sh
$ make

n.b: Don't remove these directories(bin,join,output) after installation! Otherwise Procut won't run.

Documentation

procut-tutorial