python-scripts/scripts/Video_Merger/README.md
2022-10-10 12:52:13 +05:30

26 lines
598 B
Markdown

### 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