We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
下面的zip包分别是合成的成品和素材视频
webav合成的成品.zip 素材.zip
The text was updated successfully, but these errors were encountered:
debugger看了下 主线程在某个处理上卡顿了一下。我目前是修改源码临时解决: av-recorder.ts: opts: { keyFrame: this.#frameCnt % 30 === 0 }, => opts: { keyFrame: this.#frameCnt % 150=== 0 }
av-recorder.ts: opts: { keyFrame: this.#frameCnt % 30 === 0 }, => opts: { keyFrame: this.#frameCnt % 150=== 0 }
Sorry, something went wrong.
No branches or pull requests
下面的zip包分别是合成的成品和素材视频
webav合成的成品.zip
素材.zip
The text was updated successfully, but these errors were encountered: