Video Editor :Final Project for CSC 690.
Description: A simple video editor.
Project Website: https://kaikaur0404.github.io/MovieMaker/
Team Members: Danny Gonzalez & Kai Kaur.
Platform: Windows
Input Media Types: Pictures(.jpg .png) and Videos(.mp4) and (.gif) stored locally on the computer.
Output Media Types: Videos(.mp4) stored locally.
Libraries & Software: Python
PyQt5
PyMovie
-ImageMagick
(https://zulko.github.io/moviepy/install.html)
python main.py
How to clone this repo onto your machine:
git clone https://github.com/dgonza12/MovieMaker
How to commit to github:
git add .
git commit -m "Commit message"
git push
How to update project:git pull origin master