Edit-movie is a Python script that allows you to perform various video editing tasks, including converting between horizontal and vertical videos, maintaining aspect ratios, stretching, and more. It utilizes the MoviePy library for video editing.
Edit-movie simplifies the video editing process, providing a set of functions to manipulate video and audio clips. Whether you need to convert video orientations, maintain aspect ratios, or automate uploads to various platforms, edit-movie has you covered.
-
Clone the repository:
git clone https://github.com/Axlfc/edit-movie cd edit-movie -
Install required dependencies:
pip install moviepy
-
Import the script in your Python code:
from edit_movie import *
-
Utilize the provided functions based on your editing needs. Example:
# Convert vertical videos to horizontal video_clips = import_videos("video1.mp4", "video2.mp4") convert_vertical_to_horizontal(video_clips)
-
Run your Python script.
-
Prove consistent horizontal-to-vertical video and vertical-to-horizontal logic
- Description: Validate and ensure consistent functionality for converting between horizontal and vertical videos.
-
Prove music video short based on images or video input can be edited and exported correctly
- Description: Test data will come from afaces-reel repo output.
-
- Description: Implement functions to automate video uploads to various platforms.
-
- Description: Ensure that the aspect ratio is maintained during video editing.
-
- Description: Implement stretching functionality if required.
-
- Description: Restrict upscaling of videos during editing.
-
- Description: Implement the addition of black bars to maintain the aspect ratio.
-
- Description: Implement the addition of white bars to maintain the aspect ratio.
-
- Description: Implement the addition of a blurred image if required.
-
- Description: Implement image cropping functionality if required.
-
change_image_proportionsfunction- Description: Implement the
change_image_proportionsfunction.
- Description: Implement the