bootanimation
学习 OpenHarmony 开机动画制作流程
参考文档
https://gitee.com/openharmony/graphic_graphic_2d
文件路径
foundation/graphic/graphic_2d/frameworks/bootanimation/data/bootanimation_tool
制作工具
python3 raw_maker.py
#参数
-m <*.mp4> | -i <directory>) [-o <directory>] [-d <size>] [-r <angle>] [-f]
#需要组件opencv-python会自动下载
图片制作
python3 raw_maker.py -i ./source -d 640x480
视频制作
python3 raw_maker.py -m ./animation.mp4 -o ./out -d 640x480
播放测试
python3 raw_player.py ./bootanimation-640x480.raw