Skip to content

andreafiandro/TikTokVideoConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TikTok Video Converter

A small utility to speed-up my meme generation pipeline.

It can convert videos with squared proportion (classic instagram post) to a vertical video (TikTok, Instagram stories, Instagram Reels).

How does it work

The script takes a folder as input and convert all the file with the extension *.mp4 into a vertical format.

It simply add padding upside and downside.

The image below gives a roughly idea of how the script works:

VideoConverter

How to use it

Dependencies

To install all the requirements just type:

pip install -r requirements.txt

Usage

To run the script simply put in the root directory all the folder containing the files that you need to convert and then type:

python convertTikTok.py

You will find all the vertical files inside the folder named Tiktok

About

Convert easily a squared video into a vertical one

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages