Skip to content

DheeruYS/Video-Maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video Maker

This is the course project for Introduction to Software Systems (ISS) course (CS6.201).

This is a web tool for people to create videos out of images with background music.

Functionality

  1. User authentication using JWT Tokens
  2. Profile page with the user's saved images and audios
  3. Upload images and audios with Drag-and-Drop functionality
  4. Create video functionality with custom duration and animation for each image. Preloaded audio files for the background music with custom duration.
  5. Option to choose the output video resolution and dimension.
  6. Search functionality in create video page for images and audios.
  7. Admin Profile page to view all users

Run

To run this tool on your local machine, first make sure you have the latest version of python.

Clone the repository

git clone https://github.com/DheeruYS/Video-Maker.git

Then run the following command to install the necessary packages

pip install -r requirements.txt

Then run the python file with the command

python3 app.py

Website is now hosted locally at http://127.0.0.1:5000/.

Screenshots

Profile Image Gallery

Create Video Image Gallery

Audio Gallery

Create Video

Contributors

Arnav Sharma

Hardik Chaddha

Sudheera Y S

About

CS6.201 Course Project IIIT-H

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published