ShamsParvezArka / procut

Procut is a minimalist time efficient video editor build on top of FFMPEG engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Procut is a minimalist time efficient video editor build on top of FFMPEG engine

License:MIT License


Languages

Language:C 97.6%Language:Makefile 1.9%Language:Shell 0.5%