Brooooooklyn / Brooooooklyn/webcodecs-node
Supports configure lossless encoding
- 主要语言
- Rust
- 星标
- 92
- 派生
- 2
- 平均合并
- 14 小时 15 分钟
- 30 天内合并 PR
- 4
描述
Some sampling of use cases:
- Recording local artifacts at the highest quality for subsequent processing by more advanced creation pipelines.
- Working with screen-shares where 4:2:0 sampling causes blurriness. 4:4:4 is required for crisp text at small font sizes.
- Remote processing of audio signals via ML can be affected by audio encoding (hence why WebSpeech encodes to FLAC today).
## Spec issue
https://github.com/w3c/webcodecs/issues/258
> CQ (Constant Quality) or CRF (Constant Rate Factor in FFmpeg) or QP (Quantization Parameter each codec spec defined) are more fit than target bitrate for some content to keep certain quality includes lossless quality through presentation.
## Chrome implementation
A preliminary implementation has been completed in Chrome.
https://issues.chromium.org/issues/40243791
贡献指南
这个仓库没有索引到贡献指南
调研方向
从链接的 W3C WebCodecs issue 和所引用的 Chrome 实现开始,以了解提议的无损编码配置。然后检查仓库的 WebCodecs 编码接口;当 Node.js 实现能够为相关编码用例配置无损质量,并且其行为得到验证时,工作即完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- node.js, rust
- 领域
- audio-video-rtc
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100