项目作者: dgonza12

项目描述 :
Video Editor :Final Project for CSC 690.
高级语言: Python
项目地址: git://github.com/dgonza12/MovieMaker.git
创建时间: 2017-11-15T19:49:24Z
项目社区:https://github.com/dgonza12/MovieMaker

开源协议:

下载


MovieMaker

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

How to run:

Installation

(https://zulko.github.io/moviepy/install.html)

  1. install moviepy
  2. install and connect ImageMagick

    Running from terminal

  3. cd into the repository containing the program files
  4. python main.py

Git from terminal

How to clone this repo onto your machine:

  1. CD into the directory where you want to clone the project to
  2. git clone https://github.com/dgonza12/MovieMaker

How to commit to github:

  1. Add to commit git add .
  2. Create commit git commit -m "Commit message"
  3. Push to github git push

How to update project:
git pull origin master