Skip to content

A Magisk Module Which Can Set Videos as Android Device BootAnimation

Notifications You must be signed in to change notification settings

Magisk-Modules-Alt-Repo/video-to-bootanimation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

video-to-bootanimation

A Magisk/KernelSU script that sets an MP4 video as the android device's boot animation.

How to Use

Rename your MP4 video to bootvideo.mp4 and place it in your internal storage (/storage/emulated/0/).
You can create a file named cfg in internal storage and can configure the resolution and FPS of your boot animation by editing that file. For example, entering 720 1280 25 in cfg file will set the boot animation resolution to 720x1280 and the FPS to 25.
If you delete the cfg file or leave it empty, the module will automatically detect your screen resolution and configure itself accordingly while running. The default FPS is fixed and will be 26 , but as i said you can configure it by creating a cfg file.

Bugs

  • Might not work on MIUI/HyperOS. (never tested)

  • Samsung uses a .QMG format for boot animations, meaning this animation also won't work on your Samsung device.

  • Might not work on devices of non-arm64 architecture , to fix you have to put ffmpeg and zip binary of respective architecture to the module"s bin folder. (you have to find the binary by yourself)

  • Script doesn’t terminate : KernelSU may show the status as "flashing" even though the flashing process is complete. As soon as you see done in the output, press the back button.

  • found any bugs? tell here

Alternative Approach

  • You can use this script to convert videos into a Bootanimation magisk module , which can be flashed directly in magisk. you don't need to create any cfg etc

Download

Download Latest Release

About

A Magisk Module Which Can Set Videos as Android Device BootAnimation

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages