Brooooooklyn / Brooooooklyn/webcodecs-node
Supports configure lossless encoding
- Lenguaje dominante
- Rust
- Estrellas
- 92
- Forks
- 2
- Merge medio
- 14 h 15 min
- PR fusionados (30 d)
- 4
Descripción
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
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.