Configs2026年9月12日·1 分钟阅读

CorridorKey — AI-Powered Green Screen Keying Tool

An open-source chroma key tool that produces clean green screen composites using machine learning, built for video production workflows.

Agent 就绪

Agent 可直接安装

这个资产可安装;Agent 先选择当前运行时、检查安装计划,再运行匹配命令。

Native · 98/100策略:允许
Agent 入口
任意 MCP/CLI Agent
类型
Skill
安装
Single
信任
信任等级:Established
入口
CorridorKey Overview
直接安装命令
npx -y tokrepo@latest install 5003f702-ae6a-11f1-9bc6-00163e2b0d79 --target codex

先 dry-run 确认安装计划,再运行此命令。

Introduction

CorridorKey is an open-source tool for extracting clean alpha mattes from green screen footage. It combines traditional chroma keying techniques with machine learning to handle difficult cases like hair detail, semi-transparent objects, and uneven lighting. Created by the team behind Corridor Digital, it brings production-quality keying to anyone with a command line.

What CorridorKey Does

  • Extracts foreground subjects from green or blue screen footage
  • Preserves fine detail like hair, fur, and transparent materials
  • Handles uneven screen lighting and color spill automatically
  • Outputs alpha channel video or composited results
  • Processes video frames in batch with GPU acceleration

Architecture Overview

CorridorKey uses a hybrid approach combining color-difference keying with a neural network refinement stage. The initial key is generated using standard chroma math, then a lightweight segmentation model refines the edges and handles spill suppression. The pipeline runs on both CPU and GPU via PyTorch, with ONNX export available for deployment.

Self-Hosting & Configuration

  • Install via pip with optional GPU support through PyTorch CUDA
  • Run from the command line with input/output file paths
  • Adjust key color, spill suppression, and edge softness via CLI flags
  • Use the Python API for integration into custom pipelines
  • Pre-trained models are downloaded automatically on first run

Key Features

  • Production-quality edge detail on hair and fine textures
  • Automatic spill suppression for green reflections on skin
  • Frame-by-frame or batch processing modes
  • GPU-accelerated inference for real-time preview
  • Exportable alpha matte for compositing in any editor

Comparison with Similar Tools

  • DaVinci Resolve — Full editing suite with built-in keyer; CorridorKey is a dedicated CLI tool
  • roto-brush (After Effects) — Manual rotoscoping; CorridorKey is fully automated
  • Runway — Cloud-based ML removal; CorridorKey runs locally with no subscription
  • backgroundremover — General background removal; CorridorKey is specialized for green screen footage

FAQ

Q: Does it work with blue screens? A: Yes. Specify the key color via the --color flag for blue or custom screen colors.

Q: What video formats are supported? A: Any format supported by FFmpeg, including MP4, MOV, MKV, and ProRes.

Q: Can I use it in a video editing pipeline? A: Yes. Output the alpha matte as a separate file and composite in your preferred editor.

Q: Does it require a GPU? A: A GPU speeds up processing significantly but CPU-only mode is supported.

Sources

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产