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
您好,当我在linux环境下使用webav时会出现报错 JSHandle@error 麻烦看下
const spr3 = new OffscreenSprite('spr3', new CanvasClip()); // const spr4 = new OffscreenSprite('spr4', new CountdownClip(15)); const com = new Combinator({ width: logicalWidth, height: logicalHeight, }); // await com.add(spr1, { duration: 10}); await com.add(spr3, { duration: 3}); // await com.add(spr3, { offset: 2, duration: 3}); // await com.add(spr4, { offset: 1, duration: 1}); // await com.add(spr2, { offset: 1, duration: 5}); // await loadStream(com.output(), com); console.log('combineToVideo.com', com); com?.on('OutputProgress', (v) => { outputProgress = Number(v); console.log('OutputProgress', v); if (outputProgress === 1) { console.log('OutputProgress.done'); } });
The text was updated successfully, but these errors were encountered:
请阅读 #60
Sorry, something went wrong.
No branches or pull requests
您好,当我在linux环境下使用webav时会出现报错 JSHandle@error 麻烦看下

The text was updated successfully, but these errors were encountered: