Skip to content

spzala19/openCV-VideoEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenCV-VideoEditor

This is the code repository for OpenCV Basic Video Editor. It contains all the necessary code files.

Description

A basic video editor project using OpenCV library and Python 3.7. where the user will be able to record the live video and also, he can choose aspired effect to apply on recently recorded video such as fast motion effect, slow-motion effect, reverse the video and many more

Functionalities

=> User can record and save live video from camera.

After live recording is completed user can perform following tasks on recorded video
=> Fast motion effect on video
=> Slow motion effect on video
=> Reverse the whole video
=> Convert whole video into Black & White color
=> Extract images(every frame) from video

Furthermore, users can also merge two different videos.

Project Structure

openCV-VideoEditor-master/-
      ./outputs/
      ./extracted_images/
       videoEditor.py

Installation

Use the package manager pip to install openCV.

pip install openCV

Usage

step 1 clone this repo on your local device

step 2 run the videoEditor.py file

step 3 Record the video and choose edit option from menu

step 4 get your video in "outputs" directory

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. more functionalies can be added.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages