Skip to content

🎬 A program that lets you automatically split up existing shorts and reupload them to YouTube and TikTok.

License

Notifications You must be signed in to change notification settings

aelew/shorts-splicer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎬 shorts-splicer

A program that lets you automatically split up existing shorts and reupload them to YouTube and TikTok. In other words, it's a meme content regurgitator. You can find an example of this project in action here!

Warning

This project is no longer actively maintained. The code is available for demonstration purposes, but please be aware that no updates or support will be provided for it.

How it works

When you run the program, it will ask you if you want to split up a video, or construct a new one using clips you've already split up.

If you choose to split up a video, it will:

  • Prompt you for the path to the video you want to split up
  • Automatically detect scenes (cuts) in the video
  • Split the video into multiple clips and save them to clips/

If you choose to construct a new video, it will:

  • Choose a random selection of clips from clips/
  • Concatenate the chosen clips into a new video
  • Delete the old clips from clips/
  • Upload the new video to the platform of your choice.

Settings can be customized in config/settings.json.
TikTok support is currently not implemented.

Run locally

Clone the project

git clone https://github.com/aelew/shorts-splicer.git

Go to the project directory

cd shorts-splicer

Install dependencies

pip install -r requirements.txt

Start the splicer

py main.py

🧾 License

This project is licensed under the MIT license.

About

🎬 A program that lets you automatically split up existing shorts and reupload them to YouTube and TikTok.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages