🤖 Magiboot BOT Guide

🤖 Magiboot BOT Guide

A1X5H04

This bot helps you turn any video into a custom Android boot animation. Just send a video and use the command below to customize it.

How to Use

  1. Send a video in the chat.
  2. Reply the video with the boot-animation command (more information below).
  3. Let the bot handle boot-animation processing
  4. Once completed the bot will automatically post the boot-animation on channel
  5. Download the module from the channel and flash.

Command Syntax

/b <title> <category-tag(n)> <end-time.behavior(n)>...
  • title : The name for your boot animation. Use double quotes (" ") if the name has more than one word.
  • category-tag: The tag as category for your boot-animation, use from predefined list of category-tags or create your own.
  • end-time : The end time for that part of the video.
    Using seconds
    : A simple number like 3 or a number with 's' at the end 2.5s.
    Using frames
    : A number with 'f' at the end, like 90f.
    Using the rest of the video
    : Use the keyword end.
  • behavior : The playback style for that part.

Behavior Options

Shorthand Behavior:
These are simple keywords for common use case:

  • loop: Plays continuously until boot is complete.
  • once: Plays once and cannot be interrupted.
  • play: Plays once but can be interrupted.

Custom Behaviors

For full control, use the format: .`<type>.<count>.<pause>`

  • type: The playback type.
    p
    : Interrupible.
    c
    : Plays to completion.
  • count: How many times to play. Use 0 to loop forever.
  • pause: Delay in frames after the part ends.

Examples

  • To loop the first 3 seconds, then play the rest of the video: `/b "Minimal Anim" 3.loop end.play`
  • To play the first 5 seconds once, then play the next 5 seconds twice with a 30-frame pause: `/b "Custom Anim" 5.once 10.c.2.30`

Supported Assets

The bot can process most common video formats, including .mp4, .mov, and .webm. For the best results, use a high-quality video file. The bot will automatically handle the conversion to the required PNG frames.

  • Note: Boot animations do not support audio for now. Your audio track will be removed.

Change-log

  • [2025-10-19]
    Added custom configuration for boot animation parts.
    Introduced shorthands like loop, once, and play.


Disclaimer

This bot was inspired by the work of @bootanimations_bot. However, it is not a clone of their project's source code. MagiBoot Bot was created from the ground up and is a completely separate project. This version is managed and developed by @a1x5h04


Report Page