Skip to content

Converts a video into multiple spritesheets, and uploads them all to Roblox.

Notifications You must be signed in to change notification settings

MechaXYZ/Video-to-Spritesheets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roblox Video to Spritesheet converter

This converts a video to multiple spritesheets, and uploads them all to Roblox.

Setup

Install requirements with:

pip3 install -r requirements.txt

Open .env and set V2S_UID to your user id, and V2S_KEY to your Roblox API key

Getting an API Key

  1. Go to Creator Hub >> Open Cloud >> API keys
  2. Click "Create API Key" and put a name
  3. Set Access Permisions to "Assets API", then give it Read and Write operations
  4. Put in your IP Address in Accepted IP Addresses, or you can just put 0.0.0.0/0 for no protection.
  5. Set your desired expiration, then press Save & Generate Key and copy it

How to use

Run convert.py
Outputs: a lua file with a table of all the spritesheets, with columns, rows, and frames

About

Converts a video into multiple spritesheets, and uploads them all to Roblox.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages