feat: 绿幕抠像 + 音频降噪引擎(Chroma Key + Noise Reduction) #303
Reference in New Issue
Block a user
Delete Branch "feat/chroma-key-and-noise-reduction"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
功能概述
新增两个渲染能力:绿幕抠像(Chroma Key)+ 音频降噪(Noise Reduction),纯FFmpeg实现,不引入新服务。
核心设计
绿幕抠像 ChromaKeyEngine
clip.config.chroma_key读取,零侵入数据模型音频降噪 NoiseReductionEngine
plan.config.audio_noise_reduction读取,全局生效系统集成
单测数量
改动范围
apps/worker/video_processing/chroma_key_engine.py- 绿幕抠像引擎apps/worker/video_processing/noise_reduction_engine.py- 音频降噪引擎apps/worker/video_processing/unified_render_service.py- 双路径接入apps/worker/video_processing/render_audio.py- 降噪后处理tests/unit/test_chroma_key_and_noise_reduction.py- 单元测试5 files changed, 1153 insertions(+), 3 deletions(-)
【代码审计】PR #303 绿幕抠像+音频降噪引擎 审查结论:通过
总览
亮点
注意事项
代码质量优秀,可直接合并。
04af89e54cto76d82322fe76d82322feto4d137a5836