Videokit Tools
The Videokit is a collection of glifs that allows you to create and edit different kinds of videos.
Last updated
The Videokit is a collection of glifs that allows you to create and edit different kinds of videos.
Last updated
These glifs were designed to power-up your ability to create short-form videos.
Below you will find workflows that are ready for Glifchat use. This means that the glifs have all their input descriptions filled in so that your bot knows how to use them as skills and create videos end-to-end.
Under the hood, the glifs are communicating with a custom backend. At the moment, you need a special API key in order to run the functions. If you're still curious about all of the capabilities, you can check the swagger docs .
Below are some pre-built glifs, ranging from high-level to low-level functions.
We convert everything to webm
format. If your input videos have a different encoding, rendering could take a longer time, and often result in a error. For best results, pass urls of webm
videos.
Creates a TikTok video given a video url and a voice url. Text will be overlayed on top of the video at the selected location (top, center, bottom). If the video is shorter than the voice clip, then the video will loop. If the video is longer than the voice clip, then it will shorten the video length to match.
Example:
Creates a tiktok video given a video url, a voice url and an extra video url to put below the first video. Text will be shown on top of the video at the selected location (top, center, or bottom). If the video is shorter than the voice clip, then the video will loop. If the video is longer than the voice clip, then it will shorten the video length to match.
Example:
Example:
Create a video from a combination of images, videos and/or audio. Updates the chat artifact with a video object. Clip AND loop options are mutually exclusive. Stay around 480p or less. Animated gifs need to be added to video urls, not image urls. Bools should be "true" or "false".
Returns detailed information about an image, video or audio asset.
Example:
Creates an audio clip from given text using speech-kokoro
with Adam - American Male
. Returns a url to audio clip.
Example:
This tool puts custom text on top of an image an returns it in aspect ratio 9:16. Example:
Combine two videos either horizontally or vertically.
Examples:
Adds subtitles based on a voice clip. It transcribes the audio clip with time markings so that it can show the text in a similar rhythm as the speech.
Example:
This tool overlays audio onto an existing video. The audio will be snipped to the video length.
Example:
This tool puts a video html object into an artifact. Mostly used for glifchat artifacts.
Creates a tiktok video given image urls and and a voice url. Captions will be overlayed on top of the images at the selected location (center, top, bottom). You do not need to worry about setting the duration of the images for the video to match the audio length, we do that all magically for you . OPTIONAL: You can also overlay audio by passing a audio file mp4!