Nessuna descrizione

hexleo 29543c3c4f Update README.md 3 anni fa
.github a28b9b5f9d Update bug_report.md 5 anni fa
Android 29543c3c4f Update README.md 3 anni fa
iOS f6575b9554 bugfix: 重写box解析部分 3 anni fa
images fd45408cae rm qq_group.png 4 anni fa
tool 873554f7ff update README.md 4 anni fa
web f4b1d6d7f8 chore: 融合参数名 4 anni fa
.gitignore 8ed98254c8 first commit 5 anni fa
CONTRIBUTING.md 8ed98254c8 first commit 5 anni fa
Introduction.md a387dee3aa Update Introduction.md 4 anni fa
LICENSE.txt 8ed98254c8 first commit 5 anni fa
MavenCentral.md 7a1ff0a9a2 Create MavenCentral.md 5 anni fa
QGVAPlayer.podspec f6575b9554 bugfix: 重写box解析部分 3 anni fa
README.md 3258729327 Update README.md 4 anni fa
README_en.md 7de4c774d6 feat(Preview): update README 4 anni fa

README.md

VAP

License

简体中文 | English

VAP(Video Animation Player)是企鹅电竞开发,用于播放酷炫动画的实现方案。

  • 相比Webp, Apng动图方案,具有高压缩率(素材更小)、硬件解码(解码更快)的优点
  • 相比Lottie,能实现更复杂的动画效果(比如粒子特效)

项目详细介绍请参考 Introduction.md

特效展示:

展示主页

而且VAP还能在动画中融入自定义的属性(比如用户名称, 头像)

性能简述

- 文件大小 解码方式 特效支持
Lottie 无法导出 软解 无粒子特效
GIF 4.6M 软解 只支持8位色彩
Apng 10.6M 软解 全支持
Webp 9.2M 软解 全支持
mp4 1.5M 硬解 无透明背景
VAP 1.5M 硬解 全支持

实验参数参考 Introduction.md

平台支持

支持:Android, iOS, web. 接入说明在对应平台目录中

素材制作工具:VapTool (工具使用说明在tool目录下)

播放预览工具:Mac, Windows

QQ交流群

遇到任何问题或者有好的建议,欢迎提issues,或者加入QQ群交流

VAP交流群:719738292

FAQ

常见问题解答

已接入APP

VAP接入APP

需要显示自己App图标,可以加入QQ群,群公告里有App图标加入说明

License

VAP is under the MIT license. See the LICENSE file for details.