https://github.com/zoomten/py-memebot
shitpost generator using moviepy
https://github.com/zoomten/py-memebot
Last synced: 12 months ago
JSON representation
shitpost generator using moviepy
- Host: GitHub
- URL: https://github.com/zoomten/py-memebot
- Owner: ZoomTen
- Created: 2020-08-08T16:39:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-08T16:40:09.000Z (almost 6 years ago)
- Last Synced: 2025-03-06T02:24:13.980Z (over 1 year ago)
- Language: Python
- Size: 1.51 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## what
python script to make some dank memes
wip
## install
* python 3
* pillow (pil)
* moviepy
* scikit-image
## how
install those with `pip install` then try running them with the demos here
## demos
* impactfont.mp4: `memebot.py impactfont -t "THERE IS NO MEME" -b "RUN" input.mp4 impactfont.mp4`
* demotivational.mp4: `memebot.py demotivational -t "round spheal" -b "he" -i input.jpg demotivational.mp4`
* hypercam.mp4: `memebot.py hypercam input.mp4 hypercam.mp4`
* jpegify.mp4 (slow): `memebot.py jpegify input.mp4 jpegify.mp4`
* deepfry.mp4 (does not include earrape, even slower than jpegify): `memebot.py deepfry input.mp4 jpegify.mp4`
* deepfry+earrape.mp4: `memebot.py deepfry input.mp4 tmp.mp4 && memebot.py earrape tmp.mp4 deepfry+earrape.mp4 && rm tmp.mp4`