Added README

This commit is contained in:
ambushneupane 2022-10-10 12:52:13 +05:30
parent a910869d50
commit 5dda93afd1
2 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,25 @@
### Video Merger
Simple script that combines many videos into a single Video.
## How to use
1) Clone the Repo
2) Install Packages mentioned inside requirements.txt
3) python main.py
## NOTE
As of now you can only merge videos that have extension (.mp4)
# Author
Ambush Neupane
### Video Merger
Simple script that combines many videos into a single Video.
## How to use
1) Clone the Repo
2) Install Packages mentioned inside requirements.txt
* ```pip install moviepy```
3) python main.py
## NOTE
As of now you can only merge videos that have extension (.mp4)
# Author
Ambush Neupane

View File

@ -0,0 +1,2 @@
moviepy
os