mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-23 20:11:10 +00:00
Added README
This commit is contained in:
parent
a910869d50
commit
5dda93afd1
25
scripts/Video_Merger/README.md
Normal file
25
scripts/Video_Merger/README.md
Normal 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
|
2
scripts/Video_Merger/requirements.txt
Normal file
2
scripts/Video_Merger/requirements.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
moviepy
|
||||
os
|
Loading…
Reference in New Issue
Block a user