https://github.com/basilysf1709/video-processer
Video Processor using OpenCV and MoviePy to edit and add color grading to videos
https://github.com/basilysf1709/video-processer
Last synced: 22 days ago
JSON representation
Video Processor using OpenCV and MoviePy to edit and add color grading to videos
- Host: GitHub
- URL: https://github.com/basilysf1709/video-processer
- Owner: basilysf1709
- Created: 2022-12-22T03:22:38.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-03T06:02:26.000Z (over 2 years ago)
- Last Synced: 2025-03-12T05:18:34.679Z (7 months ago)
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## OpenCV and MoviePy Video Processor
This project is a video processor that uses the OpenCV and MoviePy libraries to edit and enhance videos. The goal is to create a cinematic effect by adding cuts, audio, and color grading to nature videos.## Requirements
To use this project, you will need to have the following software and libraries installed:1. Python 3.x
2. OpenCV
3. MoviePy## You can install these dependencies by running the following command:
```pip install opencv-python moviepy```
## Usage
To use this project, follow these steps:Clone this repository to your local machine:
```git clone https://github.com/[YOUR_USERNAME]/opencv-moviepy-video-processor.git```
Navigate to the project directory:```cd video-processor```
Run the video_processor.py script to process the video:
```python3 video_processor.py```
[To Update] : Replace [INPUT_VIDEO_PATH] with the path to the input video file, and [OUTPUT_VIDEO_PATH] with the desired path for the output video file.## Examples
Here are some examples of the kind of edits and enhancements that can be achieved with this project:1. Adding cuts and transitions to the video
2. Adjusting the color balance and saturation of the video
3. Overlaying audio tracks on top of the video