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
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,越高质量越好 },
The text was updated successfully, but these errors were encountered:
#60
Sorry, something went wrong.
建议先阅读 WebCodecs API 文档
No branches or pull requests
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,越高质量越好
},
The text was updated successfully, but these errors were encountered: