mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-24 04:21:12 +00:00
26 lines
598 B
Markdown
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
|