Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jerryshell/vpbg
VPBG - Video Progress Bar Generator 视频进度条生成器
https://github.com/jerryshell/vpbg
Last synced: 5 days ago
JSON representation
VPBG - Video Progress Bar Generator 视频进度条生成器
- Host: GitHub
- URL: https://github.com/jerryshell/vpbg
- Owner: jerryshell
- License: agpl-3.0
- Created: 2022-09-27T15:16:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-09T05:02:25.000Z (about 1 year ago)
- Last Synced: 2023-10-09T06:22:22.674Z (about 1 year ago)
- Language: TypeScript
- Size: 440 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VPBG - Video Progress Bar Generator 视频进度条生成器
Bilibili 视频:[https://www.bilibili.com/video/BV1yG411J7xp](https://www.bilibili.com/video/BV1yG411J7xp)
```bash
# 0. 克隆仓库并切换目录
git clone https://github.com/jerryshell/vpbg && cd vpbg
# 1. 初始化依赖
yarn
# 2. 修改 src/PBConfig.ts
# 3. 渲染视频
yarn build
# 4. 渲染完成的视频保存在 out/video.mp4
```# 感谢
[Remotion](https://www.remotion.dev)
## 开源许可证
[GNU Affero General Public License v3.0](https://choosealicense.com/licenses/agpl-3.0)