Skip to content
New issue

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

Combinator 是否能支持如下参数 #319

Closed
gubeils opened this issue Nov 8, 2024 · 2 comments
Closed

Combinator 是否能支持如下参数 #319

gubeils opened this issue Nov 8, 2024 · 2 comments

Comments

@gubeils
Copy link

gubeils commented Nov 8, 2024

latencyMode: 'realtime',
// 添加以下质量参数
avc: {
format: 'annexb',
profile: 'high',
level: '4.0',
bitDepth: 8,
hardwareAcceleration: 'prefer-hardware',
},
// 控制编码质量
encoderConfig: {
bitrateMode: 'constant', // 或 'variable'
complexity: 'balanced', // 可选 'quality'/'speed'
quality: 100, // 1-100,越高质量越好
},
image

@hughfenghen
Copy link
Member

#60

@hughfenghen
Copy link
Member

建议先阅读 WebCodecs API 文档

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants