Skip to content
This repository has been archived by the owner on Jul 10, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (14 loc) · 1.05 KB

README.md

File metadata and controls

17 lines (14 loc) · 1.05 KB

PSP2-CBAnim

BootAnimation creator for enso_ex v3.X and CBS-Manager

THIS TOOL IS OUTDATED, PLEASE USE https://github.com/SKGleba/VitaTools#vita-bootanim INSTEAD

Usage

"cbanim -intype filename%d [optional flags]"

  • intype: input file type [ -r: raw | -g: gif | -p: png/jpg | -i: STATIC output]. Note: there is also a resize parameter "s" (screen res) or "l" (lanimation), it can be used with -g/-p/-i (-sg/-sp/-si), if set, cbanim will resize the input data to 960x544 or 960x128 (the file remains untouched).
  • filename%d: the base file name where the %d is instead of the frame number (e.g frame_%d.bin for frame_0.bin, frame_1.bin, ..)
  • noloop: the animation will be played once
  • nocompress: the animation will not be compressed (very slow, not recommended)
  • nopreload: the animation will not be loaded to ram, but directly read from the img file
  • slowmode: animation will be slower, but it wont have possible artifacts

example: "./cbanim -g anim.gif -noloop"

Notes:

  • You need ImageMagick and gzip (or convert.exe and gzip.exe) to use this tool.