This project is created to merge multiple videos into a single video with the help of moviepy.
pip install moviepy
pip install moviepy.editorpip install firebase_admin
pip install flaskRun 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
}