Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ankit7927/clip-comb
a youtube shorts maker python script
https://github.com/ankit7927/clip-comb
Last synced: about 1 month ago
JSON representation
a youtube shorts maker python script
- Host: GitHub
- URL: https://github.com/ankit7927/clip-comb
- Owner: ankit7927
- Created: 2023-04-23T10:50:40.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-16T06:58:58.000Z (over 1 year ago)
- Last Synced: 2024-06-02T06:41:53.374Z (7 months ago)
- Language: Python
- Size: 603 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Python Clip Combiner
A python script to make short videos.
## Installation
```bash
python3 -m venv .env
pip install -r requirements.txt
sudo apt install ImageMagick
```some configurations in "image magick"
```bash
sudo apt install python3-tk
sudo nano etc/ImageMagick-6/policy.xml
```modify this line
```bash
```
to
```bash
```
Then You Ready To Go... Run
```bash
python main.py
```