Skip to content

Harsh3305/Video-Merger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video Merger

This project is created to merge multiple videos into a single video with the help of moviepy.

prerequisite

pip install moviepy
pip install moviepy.editor
pip install firebase_admin
pip install flask

How to use it

Run this project on local host and at address ba type localhost/url?url1:url_of_first_video&&url2:url_of_second_video.

For example localhost/url?url1:url&&url2:url

This will return a json object in the form of

    d = {
        "url1": url1,
        "url2": url2,
        "url3": processed video
    }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages