This is the code repository for OpenCV Basic Video Editor. It contains all the necessary code files.
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
=> 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.
openCV-VideoEditor-master/-
./outputs/
./extracted_images/
videoEditor.py
Use the package manager pip to install openCV.
pip install openCVstep 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
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.