Skip to content

Commit

Permalink
feat: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
drawcall committed Sep 6, 2021
1 parent d2a4d14 commit e54cd4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v5.0.3
* Remove the renderFps configuration option, unify rfps and fps.
* Rendering performance increased by 60%, time increased by 1/3.

## v4.5.3
* Fix the scale error when FFVideo uses animation.

Expand Down
3 changes: 1 addition & 2 deletions docs/guide/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
| ----------------- | ----------- | ------ | ------------------------ |
| width | w | number | 视频宽度 |
| height | h | number | 视频高度 |
| fps || number (默认30) | 视频帧频 |
| rfps | renderFps | number (默认60) | ffcreator渲染频率 (频率越高视频质量越好) |
| fps | rfps | number (默认30) | 视频帧频 |
| outputDir | dir | string | 视频输出路径 |
| cacheDir || string | 缓存目录 |
| output | out | string | 输出文件名(非必须, 在FFCenter模式下不需要填写) |
Expand Down

0 comments on commit e54cd4c

Please sign in to comment.