Discord bot to automatically edit 16:9 clips into TikTok friendly 9:16 videos with blur.
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Bugging our editors everytime we needed to edit videos into a TikTok friendly format became too much of a hassle. So, we made a bot to do it automatically!
Follow the steps below if you'd like to host your own instance our the bot.
- Python 3.8 or higher (May work on 3.6 and 3.7 but untested)
- Discord Developer Account
- Get your Discord bot API Key ( Instructions here)
- Clone the repo
git clone https://github.com/Vaughan-Esports/MovieTime.git
- Install Python packages
pip install -r requirements.txt
- Create a file called
.env
amd put your API key in like so:BOT_TOKEN=YOUR_TOKEN
NOTE: If you'd like to host it on a Rasberry Pi, you must manually install FFMPEG
It has one command: edit!tiktok
- You submit a
.mp4
file to be rendered - After rendering, it will ping you with an Imgur link to the uploaded file
- Nothing at the moment
Distributed under the MIT License. See LICENSE
for more information.
Brandon Ly - @brndnly - brandon@brandonly.me
Vincent Tran - @vincentrann
Project Link: https://github.com/Vaughan-Esports/MovieTime