Skip to content

Commit

Permalink
chore: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hughfenghen committed Nov 16, 2024
1 parent cbbae30 commit 88929ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/av-cliper/src/combinator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ async function letEncoderCalmDown(getQSize: () => number) {
}

/**
* 视频合成器;能添加多个 {@link VisibleSprite},根据它们位置、层级、时间偏移等信息,合成输出为视频文件
* 视频合成器;能添加多个 {@link OffscreenSprite},根据它们位置、层级、时间偏移等信息,合成输出为视频文件
* @see [视频合成](https://bilibili.github.io/WebAV/demo/2_1-concat-video)
* @see [视频配音](https://bilibili.github.io/WebAV/demo/2_2-video-add-audio)
* @example
Expand Down

0 comments on commit 88929ca

Please sign in to comment.