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
`
const audioSpr = new OffscreenSprite( 'audioSpr', new AudioClip((await fetch(audioSrc)).body, { loop: false }) ) const videoSpr = new OffscreenSprite( 'videoSpr', new MP4Clip((await fetch(videoSrc)).body) ) const com = new Combinator({ width: this.options.width, height: this.options.height }) await com.add(videoSpr, { duration: mergeDuration, main: true }) await com.add(audioSpr) const blob = await new Response(com.output() ?? com).blob() const videourl = URL.createObjectURL(blob)
The text was updated successfully, but these errors were encountered:
#60 请优化 issue 样式
Sorry, something went wrong.
本地不行是播放器兼容性问题,参考 #20
明白,我参考了一下[#20 ],应该可以解决这个问题,谢谢!
No branches or pull requests
`
`
The text was updated successfully, but these errors were encountered: