python-scripts/scripts/Video_Merger/README.md

26 lines
598 B
Markdown
Raw Normal View History

2022-10-10 07:22:13 +00:00
### 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